@@ -7,55 +7,62 @@ long_description_content_type = text/markdown
7
7
license_files = COPYING.md
8
8
author = Jupyter Development Team
9
9
10
- url = https://jupyter.org
10
+ url = https://jupyter-server.readthedocs.io
11
11
platforms = Linux, Mac OS X, Windows
12
12
keywords = ipython, jupyter
13
13
classifiers =
14
+ Development Status :: 5 - Production/Stable
15
+ Framework :: Jupyter
14
16
Intended Audience :: Developers
15
- Intended Audience :: System Administrators
16
17
Intended Audience :: Science/Research
18
+ Intended Audience :: System Administrators
17
19
License :: OSI Approved :: BSD License
18
20
Programming Language :: Python
21
+ Programming Language :: Python :: 3
22
+ Programming Language :: Python :: 3 :: Only
19
23
Programming Language :: Python :: 3.7
20
24
Programming Language :: Python :: 3.8
21
25
Programming Language :: Python :: 3.9
22
26
Programming Language :: Python :: 3.10
27
+ project_urls =
28
+ Documentation = https://jupyter-server.readthedocs.io
29
+ Funding = https://numfocus.org/donate
30
+ Source = https://github.com/ipython/ipython
31
+ Tracker = https://github.com/jupyter-server/jupyter_server/issues
23
32
24
33
[options]
25
34
zip_safe = False
26
35
include_package_data = True
27
36
packages = find:
28
37
python_requires = >=3.7
29
38
install_requires =
30
- jinja2
31
- tornado>=6.1.0
32
- pyzmq>=17
39
+ anyio>=3.1.0,<4
33
40
argon2-cffi
34
41
ipython_genutils
35
- traitlets>=5
36
- jupyter_core>=4.6.0
42
+ jinja2
37
43
jupyter_client>=6.1.1
38
- nbformat
44
+ jupyter_core>=4.6.0
39
45
nbconvert
46
+ nbformat
47
+ packaging
48
+ prometheus_client
49
+ pyzmq>=17
40
50
Send2Trash
41
51
terminado>=0.8.3
42
- prometheus_client
43
- anyio>=3.1.0,<4
52
+ tornado>=6.1.0
53
+ traitlets>=5
44
54
websocket-client
45
- packaging
46
55
47
56
[options.extras_require]
48
57
test =
49
58
coverage
50
- pytest>=6.0
59
+ ipykernel
60
+ pytest-console-scripts
51
61
pytest-cov
52
62
pytest-mock
53
- requests
54
63
pytest-tornasync
55
- pytest-console-scripts
56
- ipykernel
57
- # NOTE: we cannot auto install examples/simple here because of:
58
- # https://github.com/pypa/pip/issues/6658
64
+ pytest>=6.0
65
+ requests
59
66
60
67
[options.entry_points]
61
68
console_scripts =
0 commit comments