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 4e507fa commit 62dfd2dCopy full SHA for 62dfd2d
requirements.txt
@@ -63,7 +63,7 @@ coverage==5.3
63
brython==3.9.0
64
pyotp==2.4.1
65
boto==2.49.0
66
-cffi==1.14.4
+cffi==1.14.3
67
toml==0.10.2
68
rich==9.2.0;python_version>="3.6" and python_version<"4.0"
69
zipp==1.2.0;python_version<"3.6"
setup.py
@@ -167,7 +167,7 @@
167
'brython==3.9.0',
168
'pyotp==2.4.1',
169
'boto==2.49.0',
170
- 'cffi==1.14.4',
+ 'cffi==1.14.3',
171
'toml==0.10.2',
172
'rich==9.2.0;python_version>="3.6" and python_version<"4.0"',
173
'zipp==1.2.0;python_version<"3.6"',
0 commit comments