diff --git a/dev-requirements.txt b/dev-requirements.txt index 8113d8f3..39463f69 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,8 @@ # -e . asn1crypto==0.24.0 -astroid==2.0.4 +astroid==1.6.5 ; python_version < "3.0" +astroid==2.0.4 ; python_version >= "3.0" backports.functools-lru-cache==1.5 bandit==1.4.0 cffi==1.11.5 @@ -26,7 +27,8 @@ pbr==4.2.0 pluggy==0.7.1 py==1.5.4 pycparser==2.18 -pylint==2.1.1 +pylint==2.1.1 ; python_version >= "3.0" +pylint==1.9.3 ; python_version < "3.0" pynacl==1.2.1 pyyaml==3.13 securesystemslib[crypto,pynacl]==0.11.2