blob: 0aaaf6512f963ef72bb6e9ecf0f17ce302287d2d (
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.2.0
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.2.0.tar.gz
sha256sums = 93300b9b99498f8b8ed267e61c455b4ee1282c7e4d4b518600eec87ce6ddea55
pkgname = python-dash
|