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-facturx,
python3-xstatic-select2,
python3-gadjo
python3-gadjo,
python3-django-mellon
Description: Logiciel de compta/facturation interne
Package: barbacompta

View File

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

View File

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