tox: avoid django-mellon 1.6 (#36331)

This commit is contained in:
Frédéric Péters 2019-09-22 13:09:07 +02:00
parent 56b133c7a7
commit 95c09426c9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ deps =
pylint-django<0.8.1
django-webtest
pytz
django-mellon>=1.2.35
django111: django-mellon>=1.2.35,!=1.6
django22: django-mellon>=1.6.1
pytest-freezegun
django111: django>=1.11,<1.12