diff --git a/debian/control b/debian/control index 686b778..ae6ce7c 100644 --- a/debian/control +++ b/debian/control @@ -1,25 +1,26 @@ Source: swh-loader-debian Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-debian, python3-nose, python3-setuptools, python3-swh.core, python3-swh.loader.dir (>= 0.0.15), python3-swh.model, + python3-swh.scheduler, python3-swh.storage (>= 0.0.31), python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DLDDEB/ Package: python3-swh.loader.debian Architecture: all Depends: python3-swh.loader.dir (>= 0.0.15), python3-swh.storage (>= 0.0.31), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Debian Loader diff --git a/requirements.txt b/requirements.txt index e743d5a..764aadd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ python-debian vcversioner swh.core swh.loader.dir >= 0.0.15 swh.model +swh.scheduler swh.storage >= 0.0.31