tox.ini: limit pylint and pylint-django versions (#29170)

This commit is contained in:
Benjamin Dauvergne 2018-12-18 17:15:22 +01:00
parent b4110b3b3c
commit 5a4dbd9df7
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ deps =
pytest>=3.3.0
lxml
cssselect
pylint
pylint-django<2.0
pylint<1.8
pylint-django<0.8.1
django-webtest<1.9.3
Markdown<3
WebTest