Felguk commited on
Commit
abbbb8c
Β·
verified Β·
1 Parent(s): 57bd751

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio
2
- requests
3
- beautifulsoup4
4
- flake8
5
- autopep8
6
- playwright
 
1
+ gradio>=3.0.0
2
+ requests>=2.26.0
3
+ beautifulsoup4>=4.10.0
4
+ playwright>=1.25.0
5
+ flake8>=4.0.0
6
+ urllib3>=1.26.0