Removed doc dependencies

This commit is contained in:
Théo DURR
2022-12-15 22:16:09 +01:00
parent 6e6854863d
commit 5e56645704
2 changed files with 3 additions and 357 deletions

View File

@ -50,15 +50,9 @@ setuptools = "^65.6.3"
mysqlclient = { version = "^2.0.3", optional = true }
coverage = {version = "^5.5", optional = true}
# Docs extra dependencies
Sphinx = {version = "^4.2.0", optional = true}
sphinx-rtd-theme = {version = "^1.0.0", optional = true}
sphinx-copybutton = {version = "^0.4.0", optional = true}
[tool.poetry.extras]
testing = ["coverage"]
migration = ["mysqlclient"]
docs = ["Sphinx", "sphinx-rtd-theme", "sphinx-copybutton"]
[tool.poetry.dev-dependencies]
django-debug-toolbar = "^3.2.2"