tox: limit psycopg2 to < 2.9 (#54925)

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

View File

@ -27,7 +27,7 @@ deps =
pylint
pylint-django
django-webtest<1.9.3
psycopg2-binary
psycopg2-binary<2.9
django-mellon>=1.13
vobject
django-ratelimit<3