protae5544 commited on
Commit
7b8bdfb
·
verified ·
1 Parent(s): d94111c

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
- sqlite3
3
- huggingface_hub
4
- reportlab
5
- qrcode[pil]
6
- python-dotenv
 
1
+ gradio>=4.0.0
2
+ huggingface_hub>=0.19.0
3
+ reportlab>=4.0.0
4
+ qrcode[pil]>=7.0.0
5
+ python-dotenv>=1.0.0
6
+ Pillow>=10.0.0