requirements: Pin all pylint dependencies
This commit is contained in:
parent
bceb7cf89e
commit
d008b2a86c
@ -1,4 +1,9 @@
|
|||||||
git+https://github.com/PyCQA/astroid.git
|
git+https://github.com/PyCQA/astroid.git
|
||||||
git+https://github.com/PyCQA/pylint.git
|
git+https://github.com/PyCQA/pylint.git
|
||||||
|
isort==4.2.5
|
||||||
|
lazy-object-proxy==1.2.2
|
||||||
|
mccabe==0.4.0
|
||||||
|
six==1.10.0
|
||||||
|
wrapt==1.10.8
|
||||||
requests==2.10.0
|
requests==2.10.0
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
astroid==1.4.5
|
astroid==1.4.5
|
||||||
|
colorama==0.3.7
|
||||||
|
lazy-object-proxy==1.2.2
|
||||||
pylint==1.5.5
|
pylint==1.5.5
|
||||||
requests==2.10.0
|
requests==2.10.0
|
||||||
|
six==1.10.0
|
||||||
|
wrapt==1.10.8
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
|
Loading…
Reference in New Issue
Block a user