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 78d2be055a
commit f4f5f4e7ce
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,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