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

requirements: Add starlette extra for swh.auth

parent d6834c1a
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# You can keep this list sorted alphabetically, the pip dependency resolver can sort # You can keep this list sorted alphabetically, the pip dependency resolver can sort
# this out. # this out.
../swh-auth[django] ../swh-auth[django,starlette]
../swh-core[http,db,logging] ../swh-core[http,db,logging]
../swh-counters ../swh-counters
../swh-dataset[luigi] ../swh-dataset[luigi]
......
# Add here internal Software Heritage dependencies, one per line. # Add here internal Software Heritage dependencies, one per line.
swh.auth[django] swh.auth[django,starlette]
swh.core[db,http,logging] swh.core[db,http,logging]
swh.counters swh.counters
swh.dataset[luigi] swh.dataset[luigi]
......
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