Skip to content

Commit

Permalink
Try adding setuptools to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed Dec 2, 2024
1 parent 7623c15 commit 35302cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ referencing==0.35.1
requests==2.32.3
rpds-py==0.21.0
scipy==1.14.1
setuptools==73.0.1
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.6
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ mypy-extensions==1.0.0
pylint==3.3.2
pytest==8.3.4
pytest-cov==6.0.0
setuptools==73.0.1
Sphinx==8.1.3
sphinx-rtd-theme==3.0.2

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
'pymongo>=4.0.1',
'scipy>=1.7.3',
'pytest>=6.2.5',
'orjson>=3.8.0'
'orjson>=3.8.0',
'setuptools>=73.0.1'
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 35302cd

Please sign in to comment.