1
0
Fork 0
mirror of synced 2024-06-23 08:30:29 +12:00

add wheel to dev dependendcies

This commit is contained in:
Nick Sweeting 2021-01-08 15:00:12 +02:00
parent f2a0068c17
commit 8504c3ebc7

View file

@ -69,6 +69,7 @@ setuptools.setup(
'dev': [
"setuptools",
"twine",
"wheel",
"flake8",
"ipdb",
"mypy",