Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
httpx
|
4 |
-
|
5 |
pydantic
|
6 |
-
|
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
httpx
|
4 |
+
python-dotenv
|
5 |
pydantic
|
6 |
+
gradio_client
|