Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
-
requests
|
| 4 |
-
beautifulsoup4
|
| 5 |
aiohttp
|
|
|
|
| 6 |
python-dotenv
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
|
|
|
|
|
|
| 3 |
aiohttp
|
| 4 |
+
beautifulsoup4
|
| 5 |
python-dotenv
|