blob: 6a499c90e72d449ca3b355b727dd9a7316570eab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
pkgbase = python-dash
pkgdesc = A python framework for building analytical web applications
pkgver = 2.18.1
pkgrel = 1
url = https://plot.ly/products/dash/
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-flask
depends = python-importlib-metadata
depends = python-nest-asyncio
depends = python-plotly
depends = python-requests
depends = python-retrying
depends = python-setuptools
depends = python-yaml
depends = python-werkzeug
optdepends = python-flask-compress
provides = python-dash-core-components
provides = python-dash-html-components
provides = python-dash-renderer
provides = python-dash-table
conflicts = python-dash-core-components
conflicts = python-dash-html-components
conflicts = python-dash-renderer
conflicts = python-dash-table
source = https://pypi.org/packages/source/d/dash/dash-2.18.1.tar.gz
sha256sums = ffdf89690d734f6851ef1cb344222826ffb11ad2214ab9172668bf8aadd75d12
pkgname = python-dash
|