Page MenuHomeSoftware Heritage

D5327.id.diff
No OneTemporary

D5327.id.diff

diff --git a/docs/index.rst b/docs/index.rst
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -52,10 +52,17 @@
Heritage stack. Each component name is linked to the development documentation
of the corresponding Python module.
+:ref:`swh.auth <swh-auth>`
+ low-level library used by modules needing keycloak authentication
+
:ref:`swh.core <swh-core>`
low-level utilities and helpers used by almost all other modules in the
stack
+:ref:`swh.counters <swh-counters>`
+ service providing efficient estimates of the number of objects in the SWH archive,
+ using Redis's Hyperloglog
+
:ref:`swh.dataset <swh-dataset>`
public datasets and periodic data dumps of the archive released by Software
Heritage
@@ -178,7 +185,9 @@
contributing/index
tutorials/index
API documentation <apidoc/modules>
+ swh.auth <swh-auth/index>
swh.core <swh-core/index>
+ swh.counters <swh-counters/index>
swh.dataset <swh-dataset/index>
swh.deposit <swh-deposit/index>
swh.fuse <swh-fuse/index>
diff --git a/requirements-swh-dev.txt b/requirements-swh-dev.txt
--- a/requirements-swh-dev.txt
+++ b/requirements-swh-dev.txt
@@ -1,7 +1,9 @@
# Add here internal Software Heritage dependencies, one per line.
# Dependencies need to be ordered in a way that ensure only
# development versions will be used (not the release ones hosted on PyPI).
+../swh-auth[django]
../swh-core[http,db,logging]
+../swh-counters
../swh-model
../swh-journal
../swh-objstorage[testing]
diff --git a/requirements-swh.txt b/requirements-swh.txt
--- a/requirements-swh.txt
+++ b/requirements-swh.txt
@@ -1,6 +1,8 @@
# Add here internal Software Heritage dependencies, one per line.
+swh.auth[django]
swh.core[db,http]
-swh.deposit
+swh.counters
+swh.deposit[server]
swh.fuse
swh.graph
swh.indexer

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 23, 1:42 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3233843

Event Timeline