Spaces:
Runtime error
Runtime error
Eric Michael Martinez
commited on
Commit
•
6bc77f3
1
Parent(s):
7391ef5
fix
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
fastapi
|
2 |
fastapi-users[sqlalchemy]
|
3 |
-
gradio
|
4 |
-
httpx
|
5 |
-
openai
|
6 |
-
python-dotenv
|
7 |
-
Requests
|
8 |
-
SQLAlchemy
|
9 |
-
uvicorn
|
10 |
-
asyncpg
|
|
|
1 |
+
fastapi
|
2 |
fastapi-users[sqlalchemy]
|
3 |
+
gradio
|
4 |
+
httpx
|
5 |
+
openai
|
6 |
+
python-dotenv
|
7 |
+
Requests
|
8 |
+
SQLAlchemy
|
9 |
+
uvicorn
|
10 |
+
asyncpg
|