Rollback cffi

This commit is contained in:
Michael Mintz 2020-11-25 00:39:12 -05:00
parent 4e507faed0
commit 62dfd2df11
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ coverage==5.3
brython==3.9.0
pyotp==2.4.1
boto==2.49.0
cffi==1.14.4
cffi==1.14.3
toml==0.10.2
rich==9.2.0;python_version>="3.6" and python_version<"4.0"
zipp==1.2.0;python_version<"3.6"

View File

@ -167,7 +167,7 @@ setup(
'brython==3.9.0',
'pyotp==2.4.1',
'boto==2.49.0',
'cffi==1.14.4',
'cffi==1.14.3',
'toml==0.10.2',
'rich==9.2.0;python_version>="3.6" and python_version<"4.0"',
'zipp==1.2.0;python_version<"3.6"',