diff --git a/debian/control b/debian/control index 8b2b24a..1ca9f1e 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/setup.py b/setup.py index 5395025..372e1f8 100644 --- a/setup.py +++ b/setup.py @@ -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',