Skip to content
Snippets Groups Projects
Commit c28368df authored by Antoine Lambert's avatar Antoine Lambert
Browse files

setup.py: Install django and starlette extra with testing extra

parent 5c5e591d
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ setup(
extras_require={
"django": parse_requirements("django"),
"starlette": parse_requirements("starlette"),
"testing": parse_requirements("test"),
"testing": parse_requirements("test", "django", "starlette"),
},
include_package_data=True,
entry_points="""
......
......@@ -48,9 +48,7 @@ commands =
allowlist_externals = make
usedevelop = true
extras =
django
testing
starlette
deps =
# fetch and install swh-docs in develop mode
-e git+https://gitlab.softwareheritage.org/swh/devel/swh-docs.git\#egg=swh.docs
......@@ -67,9 +65,7 @@ commands =
allowlist_externals = make
usedevelop = true
extras =
django
testing
starlette
deps =
# install swh-docs in develop mode
-e ../swh-docs
......
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