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

requirements-swh-dev.txt: Update and reorder dependencies

Add swh-search and swh-icinga-plugins.

Dependencies need to be ordered in a way that ensure only development versions
will be used (not the release ones hosted on PyPI).

Related to T2188
parent 0f5d6c90
No related branches found
No related tags found
1 merge request!54Fix sphinx documentation build
This commit is part of merge request !54. Comments created here will be created in the context of that merge request.
# Add here internal Software Heritage dependencies, one per line. # Add here internal Software Heritage dependencies, one per line.
-e ../swh-core[http,db] # Dependencies need to be ordered in a way that ensure only
# development versions will be used (not the release ones hosted on PyPI).
-e ../swh-core[http,db,logging]
-e ../swh-model
-e ../swh-objstorage[testing]
-e ../swh-storage[schemata]
-e ../swh-journal
-e ../swh-scheduler
-e ../swh-deposit -e ../swh-deposit
-e ../swh-graph -e ../swh-graph
-e ../swh-icinga-plugins
-e ../swh-indexer -e ../swh-indexer
-e ../swh-journal
-e ../swh-lister -e ../swh-lister
-e ../swh-loader-core -e ../swh-loader-core
-e ../swh-loader-git -e ../swh-loader-git
-e ../swh-loader-mercurial -e ../swh-loader-mercurial
-e ../swh-loader-svn -e ../swh-loader-svn
-e ../swh-model -e ../swh-search
-e ../swh-objstorage[testing]
-e ../swh-scheduler
-e ../swh-storage[schemata,listener]
-e ../swh-vault -e ../swh-vault
-e ../swh-web -e ../swh-web
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