diff --git a/Pipfile b/Pipfile index 305675f..8198814 100644 --- a/Pipfile +++ b/Pipfile @@ -8,3 +8,4 @@ pytest = "*" tox = "*" Jinja2 = "*" Cython = "*" +wheel = "*" diff --git a/requirements.txt b/requirements.txt index 99f2720..3fd46a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ cython setuptools pytest tox +wheel