Skip to content

Commit addf6de

Browse files
authored
update dependency requirements to minimum necessary (#259)
1 parent 759fa31 commit addf6de

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

setup.cfg

-15
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,10 @@ include_package_data = True
2828
packages = find:
2929
python_requires = >=3.7
3030
install_requires =
31-
jinja2
32-
tornado>=6.1
33-
# pyzmq>=17 is not technically necessary,
34-
# but hopefully avoids incompatibilities with Tornado 5. April 2018
35-
pyzmq>=17
36-
argon2-cffi
37-
traitlets>=4.2.1
38-
jupyter_core>=4.6.1
39-
jupyter_client>=6.1.1
4031
ipython_genutils
41-
jupyter_server>=1.8
42-
nbformat
4332
notebook_shim>=0.2.3
44-
nbconvert>=5
4533
nest-asyncio>=1.5
4634
ipykernel # bless IPython kernel for now
47-
Send2Trash>=1.8.0
48-
terminado>=0.8.3
49-
prometheus_client
5035

5136
[options.data_files]
5237
etc/jupyter/jupyter_server_config.d =

0 commit comments

Comments
 (0)