From 0c33663094b3cd876773d682e5e783d2eadb9906 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 15 Apr 2022 02:46:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20MAINTAIN:=20Directly=20specify?= =?UTF-8?q?=20attrs=20dependency=20(#555)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5a36d88b..b9d19ef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ keywords = [ ] requires-python = ">=3.7" dependencies = [ + "attrs>=19", "docutils>=0.15,<0.18", "jinja2", # required for substitutions, but let sphinx choose version "markdown-it-py>=1.0.0,<3.0.0",