From 5c8372b9940fc4465ff5a94906fdaf689ee21af5 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:29:36 +0100 Subject: [PATCH] FIX: add dependencies for `sty` extras --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index b0924bf..1eaf48c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,7 +62,11 @@ lint = sty = %(format)s %(lint)s + docutils pre-commit >=1.4.0 + pybtex + requests + Sphinx dev = %(doc)s %(sty)s