LaoCzi commited on
Commit
c56ab7e
1 Parent(s): 7e9e1ae

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- pip install openai==0.27.0
2
- pip install youtube_transcript_api==0.5.0
3
- pip install gradio==3.20.1
4
- pip install python-dotenv==1.0.0
5
- pip install requests==2.28.2
 
1
+ openai==0.27.0
2
+ youtube_transcript_api==0.5.0
3
+ gradio==3.20.1
4
+ python-dotenv==1.0.0
5
+ requests==2.28.2