diff --git a/debian/control b/debian/control index add23355a..edf0a7f05 100644 --- a/debian/control +++ b/debian/control @@ -1,48 +1,48 @@ Source: swh-web Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: curl, debhelper (>= 9), dh-python (>= 2), python3-all, python3-bs4, - python3-django (>= 1.10.7~), + python3-django (>= 1:1.11.18~), python3-djangorestframework (>= 3.4.0~), python3-django-webpack-loader, python3-django-js-reverse, python3-docutils, python3-htmlmin, python3-hypothesis (>= 3.11.0~), python3-magic (>= 0.3.0~), python3-lxml, python3-pytest, python3-pytest-django, python3-pygments, python3-pypandoc, python3-requests, python3-setuptools, python3-sphinx, python3-sphinxcontrib.httpdomain, python3-yaml, python3-swh.core (>= 0.0.40~), python3-swh.model (>= 0.0.25~), python3-swh.storage (>= 0.0.120~), python3-swh.indexer (>= 0.0.120~), python3-swh.vault (>= 0.0.20~), python3-swh.scheduler (>= 0.0.31~), python3-swh.loader.git (>= 0.0.47~) Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DWUI/ Package: python3-swh.web Architecture: all Depends: python3-swh.core (>= 0.0.40~), python3-swh.model (>= 0.0.25~), python3-swh.storage (>= 0.0.120~), python3-swh.indexer.storage (>= 0.0.120~), python3-swh.vault (>= 0.0.20~), python3-swh.scheduler (>= 0.0.31~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Web Applications diff --git a/requirements.txt b/requirements.txt index 0a6e87aa9..4cbc8fbe5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,25 @@ # Add here external Python modules dependencies, one per line. Module names # should match https://pypi.python.org/pypi names. For the full spec or # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html # Runtime dependencies beautifulsoup4 -Django >= 1.10.7, < 2.0 +Django >= 1.11.18, < 2.0 djangorestframework >= 3.4.0 django_webpack_loader django_js_reverse docutils file_magic >= 0.3.0 htmlmin lxml pygments pypandoc python-dateutil pyyaml requests # Doc dependencies sphinx sphinxcontrib-httpdomain