diff options
author | 2021-12-04 04:25:23 +0400 | |
---|---|---|
committer | 2021-12-04 04:25:23 +0400 | |
commit | 2196b4c6d82dad108a87941cdd75787aa9cd2d9a (patch) | |
tree | a3919899b8adbbed5822d40e2ab7dacfa084ab9c /pyproject.toml | |
parent | Add Favicon (diff) |
Move Doc Dependencies Into Dev Section
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml index 18cfb4f9..c0a57862 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,12 +17,6 @@ exclude = ["tests", "tests.*"] [tool.poetry.dependencies] python = "3.9.*" "discord.py" = "^1.7.2" -Sphinx = "^4.3.1" -tomli = "^1.2.2" -GitPython = "^3.1.24" -sphinx-autodoc-typehints = "^1.12.0" -releases = "^1.6.3" -furo = "^2021.11.23" [tool.poetry.dev-dependencies] flake8 = "~=3.8" @@ -40,6 +34,13 @@ python-dotenv = "^0.18.0" pytest = "~=6.2.4" pytest-cov = "~=2.12.1" pytest-xdist = { version = "~=2.3.0", extras = ["psutil"] } +Sphinx = "^4.3.1" +tomli = "^1.2.2" +GitPython = "^3.1.24" +sphinx-autodoc-typehints = "^1.12.0" +releases = "^1.6.3" +furo = "^2021.11.23" + [tool.taskipy.tasks] lint = "pre-commit run --all-files" |