Skip to content

Commit

Permalink
[#16] adding dependency to install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed Mar 28, 2024
1 parent 264d8ca commit 49517f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
platforms="any",
install_requires=["notebook==6.4.6", "tornado", "hsclient", "jupyter_server"],
install_requires=["notebook==6.4.6", "tornado", "hsclient", "jupyter_server", "cryptography==3.4.8"],
extras_require={"develop": ["pytest", "pytest-jupyter"]},
data_files=[
(
Expand Down

0 comments on commit 49517f4

Please sign in to comment.