Merge pull request 'chore: pin all Python dependency versions in requirements.txt (#62)' (#63) from ai/major-domo-database-62 into main
All checks were successful
Build Docker Image / build (push) Successful in 1m8s
All checks were successful
Build Docker Image / build (push) Successful in 1m8s
Reviewed-on: #63
This commit is contained in:
commit
40a71c6f90
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
|
||||
uvicorn
|
||||
fastapi==0.133.0
|
||||
uvicorn==0.41.0
|
||||
starlette==0.52.1
|
||||
peewee==3.13.3
|
||||
python-multipart
|
||||
numpy<2.0.0
|
||||
pandas
|
||||
psycopg2-binary>=2.9.0
|
||||
requests
|
||||
redis>=4.5.0
|
||||
pytest>=7.0.0
|
||||
pytest-asyncio>=0.21.0
|
||||
python-multipart==0.0.22
|
||||
numpy==1.26.4
|
||||
pandas==3.0.1
|
||||
psycopg2-binary==2.9.11
|
||||
requests==2.32.5
|
||||
redis==7.3.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user