misc: require django 3.2 (#75442)

This commit is contained in:
Valentin Deniaud 2023-03-15 17:37:16 +01:00
parent 9b1b3ecfb9
commit 4be88cc23c
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -13,7 +13,7 @@ Standards-Version: 3.9.6
Package: python3-combo
Architecture: all
Depends: python3-distutils,
python3-django (>= 2:2.2),
python3-django (>= 3:3.2),
python3-django-ratelimit,
python3-djangorestframework (>= 3.3),
python3-eopayment (>= 1.60),

View File

@ -160,7 +160,7 @@ setup(
'Programming Language :: Python :: 3',
],
install_requires=[
'django>=2.2, <3.3',
'django>=3.2, <3.3',
'django-ckeditor<4.5.4',
'gadjo>=0.53',
'feedparser<6' if sys.version_info < (3, 9) else 'feedparser>=6',