Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency requirements to minimum necessary #259

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,10 @@ include_package_data = True
packages = find:
python_requires = >=3.7
install_requires =
jinja2
tornado>=6.1
# pyzmq>=17 is not technically necessary,
# but hopefully avoids incompatibilities with Tornado 5. April 2018
pyzmq>=17
argon2-cffi
traitlets>=4.2.1
jupyter_core>=4.6.1
jupyter_client>=6.1.1
ipython_genutils
jupyter_server>=1.8
nbformat
notebook_shim>=0.2.3
nbconvert>=5
nest-asyncio>=1.5
ipykernel # bless IPython kernel for now
Send2Trash>=1.8.0
terminado>=0.8.3
prometheus_client

[options.data_files]
etc/jupyter/jupyter_server_config.d =
Expand Down
Loading