GenAiPA commited on
Commit
57892ae
·
verified ·
1 Parent(s): 8b0b21b

Upload requirements.txt

Browse files

updated file with all the requirements with it's versions.

Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
- gradio
2
- openai
3
- os
4
- requests
 
 
 
1
+ requests==2.28.1
2
+ gradio
3
+ openai==0.28
4
+ python-dotenv==1.0.0
5
+ httpx==0.21.1
6
+ httpcore==0.14.7