switch to django 3.2 (#74895)
gitea/barbacompta/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pierre Ducroquet 2023-02-27 13:42:01 +01:00
parent 2e040b426d
commit ead7d9c387
2 changed files with 3 additions and 3 deletions

4
debian/control vendored
View File

@ -9,8 +9,8 @@ Homepage: https://dev.entrouvert.org/projects/barbacompta
Package: python3-barbacompta
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-django (>= 2:2.2),
python3-django (<< 2:2.3),
python3-django (>= 2:3.2),
python3-django (<< 2:3.3),
python3-weasyprint,
python3-cairosvg,
python3-facturx,

View File

@ -16,7 +16,7 @@ from setuptools.command.install_lib import install_lib as _install_lib
from setuptools.command.sdist import sdist as sdist
install_requires = [
'django>=2.2,<2.3',
'django>=3.2,<3.3',
'weasyprint<0.43',
'django-model-utils<4',
'factur-x',