diff --git a/debian/control b/debian/control index a9ac320..29b7a48 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,24 @@ Source: swh-loader-dir Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-nose, python3-setuptools, python3-swh.core (>= 0.0.14), - python3-swh.model (>= 0.0.2), - python3-swh.storage (>= 0.0.20), + python3-swh.model (>= 0.0.3), + python3-swh.storage (>= 0.0.31), python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DLDDIR/ Package: python3-swh.loader.dir Architecture: all Depends: python3-swh.core (>= 0.0.14), - python3-swh.model (>= 0.0.2), - python3-swh.storage (>= 0.0.20), + python3-swh.model (>= 0.0.3), + python3-swh.storage (>= 0.0.31), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Directory Loader diff --git a/requirements.txt b/requirements.txt index 9f9c0c1..affcb33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # 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 vcversioner swh.core >= 0.0.14 -swh.model >= 0.0.2 -swh.storage >= 0.0.20 +swh.model >= 0.0.3 +swh.storage >= 0.0.31 retrying