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 003b27ad47
commit a91911e1c4
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
py3: django-filter<2.3
chardet<4