Spaces:
Running
Running
Create backend/requirements.txt
Browse files- backend/requirements.txt +7 -0
backend/requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
python-multipart
|
| 4 |
+
pydantic
|
| 5 |
+
sqlalchemy
|
| 6 |
+
httpx
|
| 7 |
+
python-dotenv
|