chore: pin all Python dependency versions in requirements.txt (#62) #63
2
requirements-dev.txt
Normal file
2
requirements-dev.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
pytest==9.0.2
|
||||||
|
pytest-asyncio==1.3.0
|
||||||
@ -1,11 +1,10 @@
|
|||||||
fastapi
|
fastapi==0.133.0
|
||||||
uvicorn
|
uvicorn==0.41.0
|
||||||
|
starlette==0.52.1
|
||||||
peewee==3.13.3
|
peewee==3.13.3
|
||||||
python-multipart
|
python-multipart==0.0.22
|
||||||
numpy<2.0.0
|
numpy==1.26.4
|
||||||
pandas
|
pandas==3.0.1
|
||||||
psycopg2-binary>=2.9.0
|
psycopg2-binary==2.9.11
|
||||||
requests
|
requests==2.32.5
|
||||||
redis>=4.5.0
|
redis==7.3.0
|
||||||
pytest>=7.0.0
|
|
||||||
pytest-asyncio>=0.21.0
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user