misc: require django 3.2 (#75442)

This commit is contained in:
Valentin Deniaud 2023-03-15 16:21:14 +01:00
parent e40161cf93
commit 7ee0ad90ab
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -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),

View File

@ -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',