diff --git a/debian/control b/debian/control index aa32f9f..7b6c2d6 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,22 @@ 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 (>= 0.0.83~), - python3-swh.model (>= 0.0.15~), + python3-swh.model (>= 0.0.18~), python3-retrying, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/60/ Package: python3-swh.loader.core Architecture: all -Depends: python3-swh.core, python3-swh.storage (>= 0.0.83~), python3-swh.model (>= 0.0.15~), +Depends: python3-swh.core, python3-swh.storage (>= 0.0.83~), python3-swh.model (>= 0.0.18~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Loader Core diff --git a/requirements-swh.txt b/requirements-swh.txt index 28b1eba..871d00b 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,3 +1,3 @@ swh.core swh.storage >= 0.0.83 -swh.model >= 0.0.15 +swh.model >= 0.0.18