From 654478c1648a7305c741af76f2f5b52b8abd303b Mon Sep 17 00:00:00 2001
From: Valentin Lorentz <vlorentz@softwareheritage.org>
Date: Thu, 23 Jan 2025 15:39:07 +0100
Subject: [PATCH] Add references to swh-datasets

---
 docs/devel/index.rst     | 4 ++++
 requirements-swh-dev.txt | 1 +
 requirements-swh.txt     | 1 +
 3 files changed, 6 insertions(+)

diff --git a/docs/devel/index.rst b/docs/devel/index.rst
index a3241cb..09d24bc 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 e856155..8f414ed 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 0eeb1e4..92bf0ce 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
-- 
GitLab