diff --git a/debian/control b/debian/control index 80f9cb201..164d0f447 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,21 @@ Source: swh-web-ui Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-nose, python3-setuptools, python3-swh.core, - python3-swh.storage (>= 0.0.18~), + python3-swh.storage (>= 0.0.19~), python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DWUI/ Package: python3-swh.web.ui Architecture: all -Depends: python3-swh.storage (>= 0.0.18~), +Depends: python3-swh.storage (>= 0.0.19~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Web UI diff --git a/requirements.txt b/requirements.txt index 4ff8bd4e1..4327e4449 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # 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 Flask swh.core -swh.storage >= 0.0.18 +swh.storage >= 0.0.19