From 3772e5546b55f483695f74195ed2fee924bc1f16 Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Wed, 15 Mar 2023 14:13:30 +0100 Subject: [PATCH] misc: require django 3.2 (#75442) --- debian/control | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',