mroccuper commited on
Commit
3735d10
·
verified ·
1 Parent(s): 9abec8f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- gradio
2
- google-generativeai
3
- pillow
4
- pyperclip
 
 
1
+ gradio>=4.0.0
2
+ Pillow>=9.0.0
3
+ google-generativeai>=0.3.0
4
+ requests>=2.28.0
5
+ pyperclip>=1.8.0