Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
pillow
|
4 |
-
|
5 |
gradio
|
6 |
-
|
7 |
-
base64
|
8 |
numpy
|
9 |
-
|
10 |
-
tempfile
|
|
|
1 |
+
Pillow
|
2 |
+
opencv-python
|
|
|
|
|
3 |
gradio
|
4 |
+
qrcode
|
|
|
5 |
numpy
|
6 |
+
pyperclip
|
|