diff --git a/docs/devel/api-reference.rst b/docs/devel/api-reference.rst
index c4408dec494ac2cc0b9a4cdb3b5ecacc757bd361..89275311500a939523f732c5b1dbe9dd9513ec5a 100644
--- a/docs/devel/api-reference.rst
+++ b/docs/devel/api-reference.rst
@@ -18,6 +18,7 @@ by components:
    swh.auth <swh-auth/index>
    swh.core <swh-core/index>
    swh.counters <swh-counters/index>
+   swh.datasets <swh-datasets/index>
    swh.deposit <swh-deposit/index>
    swh.export <swh-export/index>
    swh.fuse <swh-fuse/index>
diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index a3241cb002559fd7d8bb4d896079a406df2fab4a..09d24bc3ee1a25673f25be52d111e7375080d1e0 100644
--- a/docs/devel/index.rst
+++ b/docs/devel/index.rst
@@ -107,6 +107,10 @@ of the corresponding Python module.
     service providing efficient estimates of the number of objects in the SWH archive,
     using Redis's Hyperloglog
 
+:ref:`swh.datasets <swh-datasets>`
+    tools to generate datasets derived from the archive, and the :ref:`graph <swh-graph>`
+    in particular
+
 :ref:`swh.deposit <swh-deposit>`
     push-based deposit of software artifacts to the archive
 
diff --git a/requirements-swh-dev.txt b/requirements-swh-dev.txt
index e856155d147e3b07a76401a304a91c67729be9b8..8f414ed59ba6ac5e7d773411f0ff92279034b2fa 100644
--- a/requirements-swh-dev.txt
+++ b/requirements-swh-dev.txt
@@ -7,6 +7,7 @@
 ../swh-auth[django,starlette]
 ../swh-core[http,db,logging]
 ../swh-counters
+../swh-datasets[luigi]
 ../swh-deposit[server]
 ../swh-export[luigi]
 ../swh-fuse
diff --git a/requirements-swh.txt b/requirements-swh.txt
index 0eeb1e41f5ad66ee921585b0eed978d8c4a5661b..92bf0cec2182879a75cb57ab9f7053415637fc08 100644
--- a/requirements-swh.txt
+++ b/requirements-swh.txt
@@ -3,6 +3,7 @@ swh.alter
 swh.auth[django,starlette]
 swh.core[db,http,logging]
 swh.counters
+swh.datasets[luigi]
 swh.deposit[server]
 swh.export[luigi]
 swh.fuse