@@ -7,19 +7,28 @@ 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/jupyter-server/jupyter_server
31
+ Tracker = https://github.com/jupyter-server/jupyter_server/issues
23
32
24
33
[options]
25
34
zip_safe = False
@@ -29,37 +38,36 @@ package_dir =
29
38
" " = " jupyter_server"
30
39
python_requires = >=3.7
31
40
install_requires =
32
- jinja2
33
- tornado>=6.1.0
34
- pyzmq>=17
41
+ anyio>=3.1.0,<4
35
42
argon2-cffi
36
- traitlets>=5.1.0
37
- jupyter_core>=4.7.0
43
+ jinja2
38
44
jupyter_client>=6.1.12
39
- nbformat>=5.2 .0
45
+ jupyter_core>=4.7 .0
40
46
nbconvert>=6.4.4
47
+ nbformat>=5.2.0
48
+ packaging
49
+ prometheus_client
50
+ pywinpty; os_name=='nt'
51
+ pyzmq>=17
41
52
Send2Trash
42
53
terminado>=0.8.3
43
- prometheus_client
44
- anyio>=3.1.0
54
+ tornado>=6.1.0
55
+ traitlets>=5.1
45
56
websocket-client
46
- packaging
47
- pywinpty; os_name=='nt'
48
57
49
58
[options.extras_require]
50
59
test =
51
60
coverage
52
- pytest>=6.0
61
+ ipykernel
62
+ pre-commit
63
+ pytest-console-scripts
53
64
pytest-cov
54
65
pytest-mock
55
66
pytest-timeout
56
- requests
57
67
pytest-tornasync
58
- pytest-console-scripts
59
- ipykernel
60
- pre-commit
61
- # NOTE: we cannot auto install examples/simple here because of:
62
- # https://github.com/pypa/pip/issues/6658
68
+ pytest>=6.0
69
+ requests
70
+ requests
63
71
64
72
[options.entry_points]
65
73
console_scripts =
0 commit comments