diff --git a/PKG-INFO b/PKG-INFO index 3d1ec1a15975d50c8d4e463390b664bd8c9224b0..fd8cd633cd993788ebab44d6aa4bbed66c60fade 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: swh.deposit -Version: 0.0.4 +Version: 0.0.5 Summary: Software Heritage Deposit Server Home-page: https://forge.softwareheritage.org/source/swh-deposit/ Author: Software Heritage developers diff --git a/debian/control b/debian/control index 319a5353123a298a26940a709a80b97ee7aa2fb2..ae222f04c76fa495ba873265910267b586750752 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Build-Depends: debhelper (>= 9), python3-django, python3-click, python3-vcversioner, - python3-djangorestframework + python3-djangorestframework, + python3-djangorestframework-xml Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-deposit/ diff --git a/requirements.txt b/requirements.txt index a2ed525c90e9a0914a6e5e65ffbd50e1a61471e8..3c648d6ab2fcc14ac56a869defe7ec4f1e0eaa07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ retrying click Django djangorestframework +djangorestframework-xml diff --git a/swh.deposit.egg-info/PKG-INFO b/swh.deposit.egg-info/PKG-INFO index 3d1ec1a15975d50c8d4e463390b664bd8c9224b0..fd8cd633cd993788ebab44d6aa4bbed66c60fade 100644 --- a/swh.deposit.egg-info/PKG-INFO +++ b/swh.deposit.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: swh.deposit -Version: 0.0.4 +Version: 0.0.5 Summary: Software Heritage Deposit Server Home-page: https://forge.softwareheritage.org/source/swh-deposit/ Author: Software Heritage developers diff --git a/swh.deposit.egg-info/requires.txt b/swh.deposit.egg-info/requires.txt index 6a559301a4b005b86405258206b4f9c102c243e3..f0dccce902cbed6fe8e6ff832e59365b459c41bc 100644 --- a/swh.deposit.egg-info/requires.txt +++ b/swh.deposit.egg-info/requires.txt @@ -1,6 +1,7 @@ Django click djangorestframework +djangorestframework-xml retrying swh.core>=0.0.14 vcversioner diff --git a/version.txt b/version.txt index 61698c32cac33f479f475fea619d0384e9a6d681..cd1243a62e32248d7678ef42ba2038267151c596 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.4-0-g06f2c8b \ No newline at end of file +v0.0.5-0-g733f599 \ No newline at end of file