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 a3407c7208
commit 4319263774
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ deps =
dj111: django<2.0
dj22: django<2.3
django-tables<2.0
psycopg2-binary
psycopg2-binary<2.9
oldldap: python-ldap<3
ldaptools