diff --git a/debian/control b/debian/control index a0349ce..cab69bd 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,21 @@ Source: swh-loader-core 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, - python3-swh.model (>= 0.0.6~), + python3-swh.model (>= 0.0.11~), python3-retrying, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/60/ Package: python3-swh.loader.core Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Software Heritage Loader Core diff --git a/requirements.txt b/requirements.txt index 902328b..2fde479 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 swh-storage -swh-model >= 0.0.6 +swh-model >= 0.0.11 retrying