misc: require django 3.2 (#75442)

This commit is contained in:
Valentin Deniaud 2023-03-15 16:10:42 +01:00 committed by Gitea
parent cb6fe33c70
commit 24b8d6e55e
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -18,7 +18,7 @@ Architecture: all
Depends: graphviz,
python3-bleach,
python3-distutils,
python3-django (>= 2:2.2),
python3-django (>= 2:3.2),
python3-django-ckeditor,
python3-django-ratelimit,
python3-dnspython,

View File

@ -176,7 +176,7 @@ setup(
url="http://wcs.labs.libre-entreprise.org",
install_requires=[
'Quixote>=3.0,<3.2',
'django>=2.2',
'django>=3.2',
'psycopg2',
'bleach<5',
'dnspython',