tox: limit psycopg2 to < 2.9 (#54925)

This commit is contained in:
Frédéric Péters 2021-06-17 08:50:04 +02:00
parent 9af76d7ed5
commit 20f20c73cb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ deps =
mock<4
dj111: djangorestframework<3.12.0
django-webtest<1.9.3
psycopg2
psycopg2<2.9
pyquery
commands =
python setup.py compile_translations