From: Bob Halley Date: Sat, 20 Jun 2020 17:40:31 +0000 (-0700) Subject: add twine to dev tools X-Git-Tag: v2.0.0rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc3328b1d81a443943bdbb07b5209c9848b5179;p=thirdparty%2Fdnspython.git add twine to dev tools --- diff --git a/pyproject.toml b/pyproject.toml index 793e55f7..25ad8c57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ pytest = "^5.4.1" flake8 = "^3.7.9" sphinx = "^3.0.0" coverage = "^5.1" +twine = "^3.1.1" [tool.poetry.extras] doh = ['requests', 'requests-toolbelt']