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