forked from voila-dashboards/voila
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
70 lines (64 loc) · 1.65 KB
/
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
60
61
62
63
64
65
66
67
68
69
70
[flake8]
max-line-length=200
[metadata]
name = voila
version = attr: voila._version.__version__
description = Voilà turns Jupyter notebooks into standalone web applications
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE
author = Voila Development Team
url = https://github.com/voila-dashboards/voila
platforms = Linux, Mac OS X, Windows
keywords = Jupyter, JupyterLab, Voila
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Framework :: Jupyter
Framework :: Jupyter :: JupyterLab
Framework :: Jupyter :: JupyterLab :: 3
Framework :: Jupyter :: JupyterLab :: Extensions
Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.7
install_requires =
jupyter_core>=4.11.0
jupyter_server>=1.18,<2.0.0
jupyterlab_server>=2.3.0,<3
jupyter_client>=6.1.3,<8
nbclient>=0.4.0,<0.6
nbconvert>=6.4.5,<7
websockets>=9.0
traitlets>=5.0.3,<6
[options.extras_require]
dev =
black
bump2version
jupyter_releaser~=0.6
test =
numpy
pandas
ipywidgets
matplotlib
mock
pytest
pytest-rerunfailures
pytest-tornasync
visual_test =
jupyterlab~=3.0
bqplot
scipy
ipympl==0.8.7
ipyvolume
jupyterlab_miami_nights==0.3.2
[options.entry_points]
console_scripts =
voila = voila.app:main