From a6120bbdf3b9150f70dec91e1f578f0cd789f454 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 20 Jun 2020 10:44:26 -0700 Subject: [PATCH] add wheel --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 25ad8c57..3ec4d9d0 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'] -- 2.47.3