dj32: update pyscopg2 requirement (#74843)

* use psycopg2-binary for 2.x compatibility
* use any version after
This commit is contained in:
Benjamin Dauvergne 2023-02-24 17:21:34 +01:00
parent 88c3a41598
commit 04fba9a035
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,6 @@ setup(
install_requires=[
'django<3.3',
'isodate',
'psycopg2<2.9',
'jsonschema',
'gadjo',
'six',

View File

@ -18,11 +18,12 @@ setenv =
usedevelop = true
deps =
dj22: django<2.3
dj22: psycopg2-binary<2.9
dj32: django>=3.2,<3.3
dj32: psycopg2-binary
djangorestframework>=3.9.2,<3.10
pip>8
pytest-flakes
pg: psycopg2<2.9
coverage
pytest-cov
pytest-django