-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
59 lines (57 loc) · 1002 Bytes
/
setup.cfg
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[metadata]
name = dataviz-in-python
version = 0.0.1
author = Marc Skov Madsen
author_email = [email protected]
description = An introduction to DataViz in Python
home_page = https://github.com/MarcSkovMadsen/dataviz-in-python
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
include_package_data = True
install_requires =
altair
autoflake
black
datashader
folium
holoviews
hvplot
invoke
ipysheet==0.7.0
ipywidgets_bokeh
isort
jupyter_bokeh
jupyter-panel-proxy
jupyterlab
matplotlib
mypy
numpy<1.20
panel
plotly
plotnine
pooch
pyarrow
pydeck
pyecharts
pylint
pytest
pytest-cov
pyvista
scipy
seaborn
shapely
twine
vega_datasets
vegafusion-python
vtk
watchdog
xarray
[options.packages.find]
where = src