Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
fastapi==0.104.1
|
| 2 |
-
uvicorn==0.23.2
|
| 3 |
-
beautifulsoup4==4.12.2
|
| 4 |
-
requests==2.31.0
|
| 5 |
-
pydantic==2.4.2
|
| 6 |
-
asyncio==3.4.3
|
| 7 |
-
aiohttp==3.8.6
|
| 8 |
-
python-multipart==0.0.6
|
| 9 |
-
python-dotenv
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn==0.23.2
|
| 3 |
+
beautifulsoup4==4.12.2
|
| 4 |
+
requests==2.31.0
|
| 5 |
+
pydantic==2.4.2
|
| 6 |
+
asyncio==3.4.3
|
| 7 |
+
aiohttp==3.8.6
|
| 8 |
+
python-multipart==0.0.6
|
| 9 |
+
python-dotenv
|
| 10 |
+
random
|