pylint-master requirements: Add github3.py
This commit is contained in:
parent
a7d6cc6509
commit
38beba98b9
@ -2,10 +2,13 @@
|
|||||||
|
|
||||||
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
|
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
|
||||||
editdistance==0.3.1
|
editdistance==0.3.1
|
||||||
|
github3.py==0.9.6
|
||||||
isort==4.2.5
|
isort==4.2.5
|
||||||
lazy-object-proxy==1.2.2
|
lazy-object-proxy==1.2.2
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
|
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
requests==2.13.0
|
requests==2.13.0
|
||||||
|
uritemplate==3.0.0
|
||||||
|
uritemplate.py==3.0.2
|
||||||
wrapt==1.10.10
|
wrapt==1.10.10
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
|
-e git+https://github.com/PyCQA/pylint.git#egg=pylint
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
requests
|
requests
|
||||||
|
github3.py
|
||||||
|
|
||||||
# remove @commit-id for scm installs
|
# remove @commit-id for scm installs
|
||||||
#@ replace: @.*# #
|
#@ replace: @.*# #
|
||||||
|
Loading…
Reference in New Issue
Block a user