fix: Updated requirements with test deps + proper pinning
Browse files- backend/requirements.txt +6 -5
backend/requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
fastapi>=0.
|
| 2 |
-
uvicorn[standard]>=0.
|
| 3 |
-
httpx>=0.
|
|
|
|
| 4 |
python-dotenv>=1.0.0
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 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
|