diff --git a/debian/control b/debian/control index 5f0086b..ffc564c 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,23 @@ Source: python3-swh.fetcher.googlecode 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.scheduler, + python3-swh.model, python3-click, python3-crcmode, python3-requests, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/61/ Package: python3-swh.fetcher.googlecode Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Software Heritage diff --git a/requirements.txt b/requirements.txt index 5aeee55..2c021c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,10 @@ # 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 click requests +swh.scheduler swh.model swh.core crcmode