Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -7,4 +7,6 @@ fake-useragent==1.5.0
|
|
7 |
python-dotenv==1.0.0
|
8 |
uvicorn==0.21.1
|
9 |
tqdm
|
10 |
-
faker
|
|
|
|
|
|
7 |
python-dotenv==1.0.0
|
8 |
uvicorn==0.21.1
|
9 |
tqdm
|
10 |
+
faker
|
11 |
+
webdriver_manager
|
12 |
+
selenium
|