Skip to content
Snippets Groups Projects
Verified Commit 524918c5 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Add optional requirements for running with azure backend

Refs. swh/infra/sysadm-environment#5129
parent fc5e843e
No related branches found
Tags v1.4.0
No related merge requests found
django-storages[azure]
......@@ -53,6 +53,7 @@ setup(
extras_require={
"testing": parse_requirements("test", "server", "swh-server"),
"server": parse_requirements("server", "swh-server"),
"azure": parse_requirements("azure"),
},
include_package_data=True,
entry_points="""
......
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