Skip to content

Commit

Permalink
add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster committed Sep 9, 2024
1 parent 3e516bf commit eba4c07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion server/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ pytest>=3.6.3
python-jose>=3.2.0
twine>=1.12.1
aiohttp>=3.9.1
setuptools
-r requirements.txt
-r requirements-prepare.txt
5 changes: 3 additions & 2 deletions server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Flask-Cors>=3.0.9
Flask-RESTful>=0.3.6
flask-server-timing>=0.1.2
flask-talisman>=0.7.0
flatbuffers==2.0.7 # cellxgene is not compatible with 2.0.0. Requires migration
flatbuffers==2.0.7
flatten-dict>=0.2.0
fsspec>0.8.0
gunicorn>=20.0.4
Expand All @@ -19,4 +19,5 @@ pandas>=2.2.2
PyYAML>=5.4 # CVE-2020-14343
requests>=2.22.0
s3fs==0.4.2
scipy>=1.4
scipy>=1.4
setuptools

0 comments on commit eba4c07

Please sign in to comment.