Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
1 |
+
qrcode[pil]==7.4.2
|
2 |
+
zxing==1.18
|
3 |
+
requests==2.31.0
|
4 |
+
validators==0.22.0
|
5 |
+
gradio==4.13.0
|
6 |
+
beautifulsoup4==4.12.2
|
7 |
+
fake-useragent==1.3.0
|
8 |
+
cleantext==1.1.4
|
9 |
+
python-magic==0.4.27
|
10 |
+
Pillow==10.3.0
|