diff --git a/debian/control b/debian/control index d4edc4797..d28139b07 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Depends: openssl, python3-attr (>=17), python3-chardet, python3-cryptography (>= 1.3.4), - python3-django (>= 2:2.2), + python3-django (>= 2:3.2), python3-django-filters, python3-django-import-export (<< 2.6), python3-django-import-export (>= 1), diff --git a/setup.py b/setup.py index cf972f3c3..23ba8b120 100755 --- a/setup.py +++ b/setup.py @@ -162,7 +162,7 @@ setup( }, include_package_data=True, install_requires=[ - 'django>=2.2,<3.3', + 'django>=3.2,<3.3', 'requests>=2.3', 'requests-oauthlib', 'django-model-utils>=2.4,<4.3',