misc: require django 3.2 (#75442)

This commit is contained in:
Valentin Deniaud 2023-03-15 17:37:16 +01:00 committed by Gitea
parent 533a0d0919
commit a6b7634787
3 changed files with 3 additions and 3 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 (>= 2:3.2),
python3-django-ratelimit,
python3-djangorestframework (>= 3.3),
python3-eopayment (>= 1.60),

View File

@ -1,4 +1,4 @@
Django>=2.2, <2.3
Django>=3.2, <3.3
-e git+http://git.entrouvert.org/debian/django-ckeditor.git#egg=django_ckeditor
gadjo
feedparser

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',