Uhhy commited on
Commit
f7b51cb
·
verified ·
1 Parent(s): 42a9ff1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,13 +1,13 @@
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==0.21.0
8
- uvicorn==0.21.1
9
  tqdm
10
  faker
11
  webdriver_manager
12
  selenium
13
- typing-extensions >=4.6.0,!=4.7.0
 
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