misc: require django 3.2 (#75442)

This commit is contained in:
Valentin Deniaud 2023-03-29 12:10:25 +02:00
parent 6835120e65
commit 95d05a0f87
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -14,7 +14,7 @@ Package: python3-hobo
Architecture: all
Depends: python3-apt,
python3-celery (>= 3.1.13),
python3-django (>= 2:2.2),
python3-django (>= 2:3.2),
python3-djangorestframework,
python3-dnspython,
python3-memcache,

View File

@ -148,7 +148,7 @@ setup(
'Programming Language :: Python',
],
install_requires=[
'django>=2.2, <3.3',
'django>=3.2, <3.3',
'gadjo',
'celery<4' if sys.version_info < (3, 7) else 'celery>=4',
'django-mellon',