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 94072a3156
commit dbb7f2a9a4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ deps =
django22: django>=2.2,<2.3
git+https://git.entrouvert.org/passerelle.git
django-webtest
psycopg2-binary
psycopg2-binary<2.9
pytest
pytest-django
black: pre-commit