summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-20 10:44:26 -0700
committerBob Halley <halley@dnspython.org>2020-06-20 10:44:26 -0700
commita6120bbdf3b9150f70dec91e1f578f0cd789f454 (patch)
treeefa823ea167d78f61d35c279d3fb5004fe234808
parent7bc3328b1d81a443943bdbb07b5209c9848b5179 (diff)
downloaddnspython-2.0.0rc1.tar.gz
add wheelv2.0.0rc1
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 25ad8c5..3ec4d9d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,6 +25,7 @@ flake8 = "^3.7.9"
sphinx = "^3.0.0"
coverage = "^5.1"
twine = "^3.1.1"
+wheel = "^0.34.2"
[tool.poetry.extras]
doh = ['requests', 'requests-toolbelt']