From 80558507e12e7cc5d69446ab6ae603e39808e618 Mon Sep 17 00:00:00 2001 From: Pieter Lenaerts Date: Tue, 30 Jul 2024 08:46:32 +0200 Subject: [PATCH] Add extra "sanitize" --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 647fe2c..76dea0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,9 @@ optional-dependencies.tests = [ "coverage", "nh3", ] +optional-dependencies.sanitize = [ + "nh3", +] urls.Homepage = "https://github.com/matthiask/django-prose-editor/" [tool.hatch.build]