yunuseduran commited on
Commit
eea2b28
·
verified ·
1 Parent(s): 91923dc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- gradio==4.44.1
2
- google-generativeai==0.3.2
3
- youtube-transcript-api==0.6.2
4
- requests==2.31.0
5
- websockets>=13.0,<15.0
 
 
1
+ gradio>=4.0.0
2
+ google-generativeai>=0.3.0
3
+ requests>=2.28.0
4
+ python-dotenv>=1.0.0
5
+ json5>=0.9.10
6
+ regex>=2022.10.31