Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 19, 2022
1 parent d089723 commit e14c39d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ python_requires = >=3.7
install_requires =
notebook_shim>=0.1,<0.2
jupyterlab>=4.0.0a23,<5
jupyterlab_server~=2.3
jupyter_server~=1.4
jupyterlab_server>=2.11.1,<3
jupyter_server>=1.16.0,<2
tornado>=6.1.0

[options.extras_require]
Expand All @@ -50,7 +50,7 @@ test =
pytest-console-scripts
ipykernel
pre-commit
jupyterlab_server[test]
jupyterlab_server[test]>=2.11.1,<3

[options.packages.find]
exclude =
Expand Down

0 comments on commit e14c39d

Please sign in to comment.