diff --git a/debian/control b/debian/control index 455c763..484b344 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,20 @@ Source: swh-mirror-forge Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-nose, python3-setuptools, python3-vcversioner, + python3-click, python3-requests, python3-swh.core (>= 0.0.29~) Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion// Package: python3-swh.mirror.forge Architecture: all Depends: arcanist, ${misc:Depends}, ${python3:Depends} Description: Software Heritage Mirror Forge diff --git a/requirements.txt b/requirements.txt index f743dd9..b2d39f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +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 requests +click swh.core >= 0.0.29