tox: limit psycopg2 to < 2.9 (#54925)

This commit is contained in:
Frédéric Péters 2021-06-17 08:50:01 +02:00
parent da6055a90d
commit abb2be9cdb
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ deps =
django111: django>=1.11,<1.12
django22: django>=2.2,<2.3
django111: djangorestframework<3.12.0
psycopg2-binary
psycopg2-binary<2.9
django111: django-filter<2.3
codestyle: pre-commit
commands =