diff --git a/debian/control b/debian/control index 13b64ba84..6a6b6fb28 100644 --- a/debian/control +++ b/debian/control @@ -1,31 +1,31 @@ Source: swh-web-ui Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, libjs-cryptojs, libjs-jquery-flot, libjs-jquery-flot-tooltip, python3-all, python3-docutils, python3-flask-testing, python3-nose, python3-setuptools, python3-swh.core (>= 0.0.20~), - python3-swh.storage (>= 0.0.54~), + python3-swh.storage (>= 0.0.55~), python3-vcversioner, python3-yaml Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DWUI/ Package: python3-swh.web.ui Architecture: all Depends: libjs-cryptojs, libjs-jquery-flot, libjs-jquery-flot-tooltip, python3-swh.core (>= 0.0.20~), - python3-swh.storage (>= 0.0.54~), + python3-swh.storage (>= 0.0.55~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Web UI diff --git a/requirements.txt b/requirements.txt index cce10a555..d9ef1a24f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ # 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 Flask swh.core >= 0.0.20 -swh.storage >= 0.0.54 +swh.storage >= 0.0.55 dateutil docutils # Test dependencies #Flask-Testing #blinker # Non-Python dependencies #libjs-cryptojs #libjs-jquery-flot #libjs-jquery-flot-tooltip