Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
requests==2.28.1
|
2 |
+
beautifulsoup4==4.12.2
|
3 |
+
fastapi==0.95.0
|
4 |
+
pydantic
|
5 |
+
gradio==3.29.0
|
6 |
+
fake-useragent==1.5.0
|
7 |
+
python-dotenv==1.0.0
|
8 |
+
uvicorn==0.21.1
|
9 |
+
tqdm
|
10 |
+
faker
|
11 |
+
webdriver_manager
|
12 |
+
selenium
|