Pin RSA dependency for Py2 (#3697)
This commit is contained in:
parent
5fd20626b3
commit
d075219637
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -64,6 +64,8 @@ install_requires += [
|
||||||
"mock<=3.0.5; python_version < '3'",
|
"mock<=3.0.5; python_version < '3'",
|
||||||
"more-itertools",
|
"more-itertools",
|
||||||
"more-itertools==5.0.0; python_version < '3'",
|
"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",
|
||||||
"setuptools==44.0.0; python_version < '3'",
|
"setuptools==44.0.0; python_version < '3'",
|
||||||
"zipp",
|
"zipp",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue