Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
gradio==3.
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
opencv-python-headless
|
6 |
landingai==0.3.46
|
7 |
-
|
|
|
|
|
|
1 |
+
gradio==3.35.2
|
2 |
requests
|
3 |
Pillow
|
4 |
numpy
|
5 |
opencv-python-headless
|
6 |
landingai==0.3.46
|
7 |
+
aiofiles>=0.7.0,<1.0.0
|
8 |
+
pydantic==1.10.13
|
9 |
+
python-dotenv>=0.21.0
|