tox: limit psycopg2 to < 2.9 (#54925)

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

View File

@ -28,7 +28,7 @@ deps =
# w.c.s. dependencies, as it cannot b installed through pip
quixote>=3,<3.2
psycopg2-binary
psycopg2-binary<2.9
vobject
pyproj
django-ratelimit<3