4bae659fbe
This is needed because there's a script using requests
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
-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
|
|
|
|
# remove @commit-id for scm installs
|
|
#@ replace: @.*# #
|
|
|
|
# fix qute-pylint location
|
|
#@ replace: qute-pylint==.* ./scripts/dev/pylint_checkers |