Pin RSA dependency for Py2 (#3697)

This commit is contained in:
Bert Blommers 2021-02-16 09:50:06 +00:00 committed by GitHub
parent 5fd20626b3
commit d075219637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,8 @@ install_requires += [
"mock<=3.0.5; python_version < '3'",
"more-itertools",
"more-itertools==5.0.0; python_version < '3'",
# Indirect - Py2 works with 4.5, breaks with 4.7, but officially only supported by 4.0
"rsa<=4.0; python_version < '3'",
"setuptools",
"setuptools==44.0.0; python_version < '3'",
"zipp",