Skip to content
Snippets Groups Projects
Commit e5346304 authored by Quentin Campos's avatar Quentin Campos
Browse files

Update debian package dependencies

Closes T404
parent e01c9d07
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,6 @@ flask
# Internal dependencies
swh.core >= 0.0.17
click
swh.scheduler
......@@ -21,7 +21,14 @@ setup(
author='Software Heritage developers',
author_email='swh-devel@inria.fr',
url='https://forge.softwareheritage.org/diffusion/DSTO/',
packages=['swh.storage', 'swh.storage.api', 'swh.storage.tests'],
packages=[
'swh.storage',
'swh.storage.archiver',
'swh.storage.api',
'swh.storage.objstorage',
'swh.storage.objstorage.api',
'swh.storage.tests',
],
scripts=[
'bin/swh-objstorage-add-dir',
'bin/swh-objstorage-fsck',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment