Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
requests
|
2 |
-
beautifulsoup4
|
3 |
-
fastapi
|
4 |
pydantic
|
5 |
-
gradio
|
6 |
-
fake-useragent
|
7 |
-
python-dotenv
|
8 |
-
uvicorn
|
9 |
tqdm
|
10 |
faker
|
11 |
webdriver_manager
|
12 |
selenium
|
13 |
-
typing-extensions
|
|
|
1 |
+
requests
|
2 |
+
beautifulsoup4
|
3 |
+
fastapi
|
4 |
pydantic
|
5 |
+
gradio
|
6 |
+
fake-useragent
|
7 |
+
python-dotenv
|
8 |
+
uvicorn
|
9 |
tqdm
|
10 |
faker
|
11 |
webdriver_manager
|
12 |
selenium
|
13 |
+
typing-extensions
|