diff --git a/debian/control b/debian/control index 4e82e3a3..254c929b 100644 --- a/debian/control +++ b/debian/control @@ -1,41 +1,41 @@ Source: swh-deposit Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-setuptools, python3-all, python3-nose, python3-django-nose, python3-vcversioner, python3-swh.core (>= 0.0.14~), - python3-swh.loader.core (>= 0.0.24~), + python3-swh.loader.core (>= 0.0.25~), python3-swh.loader.tar (>= 0.0.27~), python3-swh.scheduler (>= 0.0.17~), python3-django, python3-click, python3-vcversioner, python3-djangorestframework, python3-djangorestframework-xml, python3-requests 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.27~), python3-swh.scheduler (>= 0.0.17~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Deposit Server Package: python3-swh.deposit.injection Architecture: all Depends: python3-swh.core (>= 0.0.14~), - python3-swh.loader.core (>= 0.0.24~), + python3-swh.loader.core (>= 0.0.25~), python3-swh.loader.tar (>= 0.0.27~), python3-swh.scheduler (>= 0.0.17~), python3-requests, ${misc:Depends}, ${python3:Depends} Description: Software Heritage Deposit Injection diff --git a/requirements-swh.txt b/requirements-swh.txt index 35b474c4..9aa477fd 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,4 +1,4 @@ swh.core >= 0.0.14 swh.loader.tar >= 0.0.27 -swh.loader.core >= 0.0.24 +swh.loader.core >= 0.0.25 swh.scheduler >= 0.0.17