Re-add requests to pylint envs

This is needed because there's a script using requests
This commit is contained in:
Florian Bruhin 2016-06-08 00:02:43 +02:00
parent cfb4ebb312
commit 4bae659fbe
4 changed files with 4 additions and 0 deletions

View File

@ -6,5 +6,6 @@ lazy-object-proxy==1.2.2
mccabe==0.5.0
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
./scripts/dev/pylint_checkers
requests==2.10.0
six==1.10.0
wrapt==1.10.8

View File

@ -1,6 +1,7 @@
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
./scripts/dev/pylint_checkers
requests
# https://github.com/PyCQA/pylint/issues/932
mccabe==0.5.0

View File

@ -5,5 +5,6 @@ colorama==0.3.7
lazy-object-proxy==1.2.2
pylint==1.5.6
./scripts/dev/pylint_checkers
requests==2.10.0
six==1.10.0
wrapt==1.10.8

View File

@ -1,5 +1,6 @@
pylint
./scripts/dev/pylint_checkers
requests
# fix qute-pylint location
#@ replace: qute-pylint==.* ./scripts/dev/pylint_checkers