diff --git a/debian/control b/debian/control index 8d85b30..27eba9b 100644 --- a/debian/control +++ b/debian/control @@ -1,26 +1,27 @@ Source: swh-loader-pypi Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-arrow, python3-nose, + python3-pkginfo, python3-requests, python3-setuptools, python3-swh.core, python3-swh.storage, python3-swh.scheduler, python3-swh.loader.core, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-loader-pypi.git Package: python3-swh.loader.pypi Architecture: all Depends: python3-swh.core, python3-swh.loader.core, python3-swh.storage, ${misc:Depends}, ${python3:Depends} Description: Software Heritage PyPi Loader diff --git a/requirements.txt b/requirements.txt index 4691d16..fba9f21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ setuptools vcversioner requests arrow +pkginfo