Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
fastapi==0.104.1
|
2 |
-
uvicorn==0.24.0
|
3 |
-
pydantic==2.4.2
|
4 |
-
requests==2.31.0
|
5 |
-
slowapi==0.1.8
|
6 |
-
python-dotenv==1.0.0
|
7 |
-
rich==13.6.0
|
8 |
-
fake-useragent==1.2.1
|
9 |
-
requests-ip-rotator==1.0.14
|
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn==0.24.0
|
3 |
+
pydantic==2.4.2
|
4 |
+
requests==2.31.0
|
5 |
+
slowapi==0.1.8
|
6 |
+
python-dotenv==1.0.0
|
7 |
+
rich==13.6.0
|
8 |
+
fake-useragent==1.2.1
|
9 |
+
requests-ip-rotator==1.0.14
|
10 |
+
pymongo
|