Spaces:
Runtime error
Runtime error
Eric Michael Martinez
commited on
Commit
•
82041c6
1
Parent(s):
aeb0b6d
update
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
fastapi==0.
|
2 |
-
fastapi-users-db-sqlalchemy
|
3 |
gradio==3.27.0
|
4 |
-
httpx==0.
|
5 |
openai==0.27.4
|
6 |
python-dotenv==1.0.0
|
7 |
-
Requests==2.28.
|
8 |
SQLAlchemy==1.4.47
|
9 |
uvicorn==0.21.1
|
10 |
asyncpg==0.27.0
|
|
|
1 |
+
fastapi==0.92.0
|
2 |
+
fastapi-users-db-sqlalchemy==4.0.5
|
3 |
gradio==3.27.0
|
4 |
+
httpx==0.23.3
|
5 |
openai==0.27.4
|
6 |
python-dotenv==1.0.0
|
7 |
+
Requests==2.28.1
|
8 |
SQLAlchemy==1.4.47
|
9 |
uvicorn==0.21.1
|
10 |
asyncpg==0.27.0
|