misc: require django 3.2 (#75442)

This commit is contained in:
Valentin Deniaud 2023-03-15 14:13:30 +01:00
parent e86cdf15fc
commit 3772e5546b
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -12,7 +12,7 @@ Standards-Version: 3.9.6
Package: python3-chrono
Architecture: all
Depends: python3-django (>= 2:2.2),
Depends: python3-django (>= 3:3.2),
python3-gadjo,
python3-publik-django-templatetags,
python3-requests,

View File

@ -159,7 +159,7 @@ setup(
'Programming Language :: Python :: 3',
],
install_requires=[
'django>=2.2, <3.3',
'django>=3.2, <3.3',
'gadjo',
'djangorestframework>=3.4,<3.14',
'django-filter',