diff --git a/debian/control b/debian/control index 4280875..9da8398 100644 --- a/debian/control +++ b/debian/control @@ -1,21 +1,23 @@ Source: swh-core Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, + python3-flask, + python3-requests, python3-dateutil, python3-msgpack, python3-nose, python3-psycopg2, python3-setuptools, python3-yaml, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DCORE/ Package: python3-swh.core Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Software Heritage core utilities diff --git a/requirements.txt b/requirements.txt index 942ea75..e5c3fc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ msgpack-python psycopg2 python-dateutil vcversioner PyYAML +requests +Flask