Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
httpx
|
4 |
-
python-dotenv
|
5 |
-
pydantic
|
6 |
-
tenacity==8.2.2
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
httpx
|
4 |
+
python-dotenv
|
5 |
+
pydantic
|
|