setup.py: add django-mellon to install_requires (#61168)

This commit is contained in:
Benjamin Dauvergne 2022-01-27 12:24:38 +01:00
parent 50daa116ae
commit fcff6fc6b5
3 changed files with 3 additions and 2 deletions

3
debian/control vendored
View File

@ -15,7 +15,8 @@ Depends: ${misc:Depends}, ${python3:Depends},
python3-cairosvg, python3-cairosvg,
python3-facturx, python3-facturx,
python3-xstatic-select2, python3-xstatic-select2,
python3-gadjo python3-gadjo,
python3-django-mellon
Description: Logiciel de compta/facturation interne Description: Logiciel de compta/facturation interne
Package: barbacompta Package: barbacompta

View File

@ -19,6 +19,7 @@ install_requires = [
'django-taggit==0.24.0', # 0.24.0 is available in buster 'django-taggit==0.24.0', # 0.24.0 is available in buster
'XStatic-Select2', 'XStatic-Select2',
'gadjo', 'gadjo',
'django-mellon',
] ]

View File

@ -5,5 +5,4 @@ pytest-django
pytest-freezegun pytest-freezegun
httmock httmock
django-webtest django-webtest
django-mellon
uwsgidecorators uwsgidecorators