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