Skip to content

Commit c393e4b

Browse files
author
Waldemar Bartikowski
committed
ANSPB-423 Fix requirements.
1 parent 8dab4e6 commit c393e4b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

requirements.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
astroid==2.4.1
1+
astroid==1.6.6 ; python_version < '3'
2+
astroid==2.4.1 ; python_version >= '3'
23
isort==4.3.21
34
lazy-object-proxy==1.4.3
4-
logilab-common==1.6.4
5+
logilab-common==1.4.4 ; python_version < '3'
6+
logilab-common==1.6.1 ; python_version >= '3'
57
mccabe==0.6.1
68
nose==1.3.7
79
pycodestyle==2.6.0
8-
pylint==2.5.2
10+
pylint==1.9.5 ; python_version < '3'
11+
pylint==2.5.2 ; python_version >= '3'
912
six==1.15.0
1013
toml==0.10.1
11-
typed-ast==1.4.1
14+
typed-ast==1.4.1 ; python_version >= '3'
1215
wrapt==1.12.1

0 commit comments

Comments
 (0)