From 77cc736a184f0b5eea684c336654f6f102284131 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Mon, 26 Feb 2024 16:46:12 +0100 Subject: [PATCH] misc: move bs4 dependency so setup.py (#87483) --- debian/control | 3 +-- setup.py | 1 + test-requirements.txt | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index cc55bdd..cc96baa 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/setup.py b/setup.py index 74a2738..5ad646b 100755 --- a/setup.py +++ b/setup.py @@ -109,6 +109,7 @@ setup( 'python-magic', 'django-watson', 'sqlalchemy<2', + 'beautifulsoup4', ], cmdclass={ 'build': build, diff --git a/test-requirements.txt b/test-requirements.txt index 95f546c..1af91fe 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,8 @@ # M2Crypto psycopg2-binary mock -beautifulsoup4 # pytz pytest pytest-cov pytest-django django-webtest -beautifulsoup4