aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-10-25 21:59:00 +0100
committerGravatar Chris Lovering <[email protected]>2022-10-25 21:59:00 +0100
commit4e453a3cb0b4a059ff3bbf799803b730623072ba (patch)
tree0cc525805e2b0bd4ef5377d321002c36da5bb53b /pyproject.toml
parentSimplify docker-compose volumes (diff)
Add six as a dev dep
six used to be a Sphinx dep, and releases used it as a transitive dep, but it's since been removed from Sphinx, causing releases to raise a ModuleNotFoundError
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d4a27af1..d4ee453e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -46,6 +46,7 @@ GitPython = "3.1.29"
sphinx-autodoc-typehints = "1.19.4"
furo = "2022.9.29"
releases = "1.6.3"
+six = "1.16.0"
sphinx-multiversion = "0.2.4"
[tool.taskipy.tasks]