Skip to content
Snippets Groups Projects
Commit 31899c05 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Remove optional dependency on swh.objstorage.cloud

If you want the archiver to have cloud abilities, install the
package python3-swh.objstorage.cloud on the server as well.
parent 0b615c43
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,6 @@ flask
# Internal dependencies
swh.core >= 0.0.23
swh.objstorage >= 0.0.2
swh.objstorage.cloud >= 0.0.9
click
swh.scheduler
......@@ -3,11 +3,3 @@ from .director import ArchiverStdinToBackendDirector # NOQA
from .worker import ArchiverWithRetentionPolicyWorker # NOQA
from .worker import ArchiverToBackendWorker # NOQA
from .copier import ArchiverCopier # NOQA
from swh.objstorage import register_objstorages
from swh.objstorage.cloud import AzureCloudObjStorage # noqa
# Register new objstorage abilities
register_objstorages({
'azure-storage': AzureCloudObjStorage
})
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