diff --git a/debian/control b/debian/control index 18ce6bff..7b7f4dc5 100644 --- a/debian/control +++ b/debian/control @@ -1,28 +1,28 @@ Source: swh-deposit Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-setuptools, python3-all, python3-nose, python3-vcversioner, python3-swh.core (>= 0.0.14~), - python3-swh.loader.tar (>= 0.0.26~), + python3-swh.loader.tar (>= 0.0.27~), python3-swh.scheduler (>= 0.0.17~), python3-django, python3-click, python3-vcversioner, python3-djangorestframework, python3-djangorestframework-xml Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-deposit/ Package: python3-swh.deposit Architecture: all Depends: python3-swh.core (>= 0.0.14~), python3-swh.loader.tar (>= 0.0.26~), python3-swh.scheduler (>= 0.0.17~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Deposit Server diff --git a/requirements-swh.txt b/requirements-swh.txt index 76ba1a29..91c76bcd 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,3 +1,3 @@ swh.core >= 0.0.14 -swh.loader.tar >= 0.0.26 +swh.loader.tar >= 0.0.27 swh.scheduler >= v0.0.17