summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-07 12:40:34 -0700
committerBob Halley <halley@dnspython.org>2020-05-07 12:40:34 -0700
commitb4a0c76de17e4528a9bda3d7f6f71b0fe28f6050 (patch)
tree39adce70b0c121bedc0d462c01da15751cdb5d65 /pyproject.toml
parentb0dc94b3f5c03dde5a85888bd693d7682d2ccd78 (diff)
downloaddnspython-b4a0c76de17e4528a9bda3d7f6f71b0fe28f6050.tar.gz
add sphinx to pyproject.toml
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 f84ac9d..541207d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,6 +19,7 @@ cryptography = {version="^2.6", optional=true}
mypy = "^0.770"
pytest = "^5.4.1"
flake8 = "^3.7.9"
+sphinx = "^3.0.0"
[tool.poetry.extras]
doh = ['requests', 'requests-toolbelt']