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

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