muthuk2 commited on
Commit
c9aedfb
·
verified ·
1 Parent(s): 4cad490

fix: Updated requirements with test deps + proper pinning

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +6 -5
backend/requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- fastapi>=0.115.0
2
- uvicorn[standard]>=0.32.0
3
- httpx>=0.27.0
 
4
  python-dotenv>=1.0.0
5
- pydantic>=2.10.0
6
- python-multipart>=0.0.12
 
1
+ fastapi>=0.104.0
2
+ uvicorn[standard]>=0.24.0
3
+ httpx>=0.25.0
4
+ pydantic>=2.5.0
5
  python-dotenv>=1.0.0
6
+ pytest>=7.4.0
7
+ pytest-asyncio>=0.21.0