diff --git a/debian/control b/debian/control index fe31420a..a51bf0a2 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/setup.py b/setup.py index 8dc2695a..bc9c49f5 100644 --- a/setup.py +++ b/setup.py @@ -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',