wheel package was missing

This commit is contained in:
Jacob Alexander 2019-12-27 00:09:10 -08:00
parent 01e4d3ed2f
commit 23eab054dd
Failed to generate hash of commit
2 changed files with 2 additions and 0 deletions

View file

@ -8,3 +8,4 @@ pytest = "*"
tox = "*"
Jinja2 = "*"
Cython = "*"
wheel = "*"

View file

@ -3,3 +3,4 @@ cython
setuptools
pytest
tox
wheel