chore: Revert psycopg2 dependency
Try again with Django 3.2
This commit is contained in:
parent
6d4d09542f
commit
9fde845719
|
@ -16,7 +16,6 @@ django-celery-beat>=2.3.0
|
|||
django-csp>=3.7
|
||||
django-cors-headers>=3.11.0
|
||||
django-debug-toolbar>=3.2.4
|
||||
django-form-utils>=1.0.3 # Only one use, in the liaisons app. Last release was in 2015.
|
||||
django-markup>=1.5 # Limited use - need to reconcile against direct use of markdown
|
||||
django-oidc-provider>=0.7
|
||||
django-password-strength>=1.2.1
|
||||
|
@ -46,7 +45,7 @@ mypy>=0.782,<0.790 # Version requirements determined by django-stubs.
|
|||
mysqlclient>=2.1.0
|
||||
oic>=1.3 # Used only by tests
|
||||
Pillow>=9.1.0
|
||||
psycopg2>=2.9
|
||||
psycopg2<2.9
|
||||
pyang>=2.5.3
|
||||
pyflakes>=2.4.0
|
||||
pyopenssl>=22.0.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
|
||||
|
|
Loading…
Reference in a new issue