misc: move bs4 dependency so setup.py (#87483)
gitea/docbow/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2024-02-26 16:46:12 +01:00
parent dcb24b4d19
commit 77cc736a18
3 changed files with 2 additions and 4 deletions

3
debian/control vendored
View File

@ -16,8 +16,7 @@ Homepage: https://dev.entrouvert.org/projects/docbow
Package: docbow
Architecture: all
Suggests: postgresql,
Depends: python3-bs4,
python3-django (>= 1:1.11),
Depends: python3-django (>= 1:1.11),
python3-django-journal (>= 2.0.0),
python3-django-picklefield,
python3-django-tables2,

View File

@ -109,6 +109,7 @@ setup(
'python-magic',
'django-watson',
'sqlalchemy<2',
'beautifulsoup4',
],
cmdclass={
'build': build,

View File

@ -1,10 +1,8 @@
# M2Crypto
psycopg2-binary
mock
beautifulsoup4
# pytz
pytest
pytest-cov
pytest-django
django-webtest
beautifulsoup4