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 8dab4e6 commit c393e4bCopy full SHA for c393e4b
requirements.txt
@@ -1,12 +1,15 @@
1
-astroid==2.4.1
+astroid==1.6.6 ; python_version < '3'
2
+astroid==2.4.1 ; python_version >= '3'
3
isort==4.3.21
4
lazy-object-proxy==1.4.3
-logilab-common==1.6.4
5
+logilab-common==1.4.4 ; python_version < '3'
6
+logilab-common==1.6.1 ; python_version >= '3'
7
mccabe==0.6.1
8
nose==1.3.7
9
pycodestyle==2.6.0
-pylint==2.5.2
10
+pylint==1.9.5 ; python_version < '3'
11
+pylint==2.5.2 ; python_version >= '3'
12
six==1.15.0
13
toml==0.10.1
-typed-ast==1.4.1
14
+typed-ast==1.4.1 ; python_version >= '3'
15
wrapt==1.12.1
0 commit comments