setup.py: limit psycopg2 to < 2.9 (#54925)

This commit is contained in:
Frédéric Péters 2021-06-17 09:14:08 +02:00
parent d05419eaec
commit b2cd707fa7
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ setup(
install_requires=[
'django<2.3',
'isodate',
'psycopg2',
'psycopg2<2.9',
'jsonschema',
'gadjo',
'six',