Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
fastapi
|
2 |
-
httpx
|
3 |
-
pydantic
|
4 |
-
pyinstaller
|
5 |
-
python-dotenv
|
6 |
-
starlette
|
7 |
-
uvicorn
|
|
|
|
1 |
+
fastapi
|
2 |
+
httpx
|
3 |
+
pydantic
|
4 |
+
pyinstaller
|
5 |
+
python-dotenv
|
6 |
+
starlette
|
7 |
+
uvicorn
|
8 |
+
gunicorn
|