tox: limit psycopg2 to < 2.9 (#54925)

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

View File

@ -15,7 +15,7 @@ deps =
django11120: django-tables2<2.0
django-webtest
mock<4
psycopg2
psycopg2<2.9
pytest
pytest-cov
pytest-django