We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c37bc commit c730cccCopy full SHA for c730ccc
requirements.txt
@@ -5,7 +5,7 @@ idna==2.8
5
imutils==0.5.3
6
numpy==1.17.4
7
opencv-python==4.1.1.26
8
-Pillow==6.2.2
+Pillow==9.0.1
9
requests==2.22.0
10
urllib3==1.25.7
11
flask==2.0.3
setup.py
@@ -28,7 +28,7 @@
28
'imutils==0.5.3',
29
'numpy==1.17.4',
30
'opencv-python==4.1.1.26',
31
- 'Pillow==6.2.2',
+ 'Pillow==9.0.1',
32
'requests==2.22.0',
33
'urllib3==1.25.7'
34
],
0 commit comments