diff options
author | 2022-11-05 14:09:14 +0000 | |
---|---|---|
committer | 2022-11-05 14:09:14 +0000 | |
commit | 99cc91a495815a1a353337e55b250ed78124d258 (patch) | |
tree | 11d77db3a48d8226bc1cd14cb18a21d2423b6352 /pyproject.toml | |
parent | Relock poetry (diff) |
Add six as a dev dep
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index b742991d..4cea079a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ Sphinx = "5.2.2" GitPython = "3.1.27" sphinx-autodoc-typehints = "1.19.4" furo = "2022.9.15" +six = "1.16.0" releases = "1.6.3" sphinx-multiversion = "0.2.4" |