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 9cce254 commit b4f68f0Copy full SHA for b4f68f0
requirements/lint.txt
@@ -1,15 +1,9 @@
1
-r pip.txt
2
-# We need these special cases of Python < 3 because we run tests with
3
-# Python 2 still
4
# prospector 1.1.6.2 is not compatible with 2.1.0
5
-astroid==2.0.4; python_version > '3'
6
-astroid<1.7; python_version < '3'
+astroid<2.1.0
7
# prospector 1.1.6.2 is not compatible with 2.2.2
8
-pylint==2.1.1; python_version > '3'
9
-pylint<2; python_version < '3'
10
-# prospector 1.1.6.2 is not compatible with 2.0.5
11
-pylint-django==2.0.2; python_version > '3'
12
-pylint-django<0.12; python_version < '3'
+pylint<2.2.2
+pylint-django<2.0.5
13
pylint-celery==0.3
14
prospector==1.1.6.2
15
# prospector 1.1.6.2 is not compatible with 2.0.0
0 commit comments