blob: 26096df07babf9d53d335ea5af97a37ae3036a7d (
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 = 3.0.4
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-3.0.4.tar.gz
sha256sums = 4f9e62e9d8c5cd1b42dc6d6dcf211fe9498195f73ef0edb62a26e2a1b952a368
pkgname = python-dash
|