Skip to content

Commit

Permalink
Move sortedcontainers to install_requires
Browse files Browse the repository at this point in the history
It is required for a working system now.
  • Loading branch information
eivindjahren committed Sep 20, 2023
1 parent 1d153e7 commit ae708c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pytest>6
requests
scikit-build
setuptools_scm
sortedcontainers
sphinx<7.2
sphinx-argparse
sphinx-autoapi
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def package_files(directory):
"qtpy",
"requests",
"scipy >= 1.10.1",
"sortedcontainers",
"sqlalchemy",
"uvicorn >= 0.17.0",
"websockets",
Expand Down

0 comments on commit ae708c4

Please sign in to comment.