Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
|
|
1 |
logfire[fastapi]
|
2 |
logfire[sqlite3]
|
3 |
-
pydantic
|
4 |
-
pydantic-ai
|
5 |
-
|
6 |
-
|
|
|
1 |
+
fastapi
|
2 |
logfire[fastapi]
|
3 |
logfire[sqlite3]
|
4 |
+
pydantic
|
5 |
+
pydantic-ai
|
6 |
+
python-multipart
|
7 |
+
uvicorn
|