diff --git a/debian/control b/debian/control index 981bdd21..55801f46 100644 --- a/debian/control +++ b/debian/control @@ -1,31 +1,32 @@ Source: swh-web Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-docutils, python3-nose, python3-django, python3-djangorestframework, python3-pygments, python3-setuptools, python3-yaml, python3-magic, python3-sphinx, python3-sphinxcontrib.httpdomain, python3-swh.core (>= 0.0.20~), python3-swh.model (>= 0.0.15~), python3-swh.storage (>= 0.0.83~) Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DWUI/ Package: python3-swh.web Architecture: all Depends: python3-swh.core (>= 0.0.20~), python3-swh.model (>= 0.0.15~), python3-swh.storage (>= 0.0.83~), + python3-swh.vault (>= 0.0.1~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Web Applications diff --git a/requirements-swh.txt b/requirements-swh.txt index 1f25c95d..8984ac60 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,3 +1,4 @@ swh.core >= 0.0.20 swh.model >= 0.0.15 swh.storage >= 0.0.83 +swh.vault >= 0.0.1