Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
-
gradio
|
|
|
2 |
huggingface_hub
|
3 |
reportlab
|
4 |
-
qrcode
|
5 |
-
|
6 |
-
python-dotenv
|
7 |
-
streamlit>=1.28.0
|
8 |
-
reportlab>=4.0.0
|
9 |
-
pandas>=2.0.0
|
10 |
-
requests>=2.31.0
|
|
|
1 |
+
gradio
|
2 |
+
sqlite3
|
3 |
huggingface_hub
|
4 |
reportlab
|
5 |
+
qrcode[pil]
|
6 |
+
python-dotenv
|
|
|
|
|
|
|
|
|
|