1
0
Fork 0
mirror of synced 2024-04-26 00:22:15 +12:00

add wheel to dev packages

This commit is contained in:
root 2021-01-08 08:24:05 -05:00
parent 1b1136c42d
commit 329b5073b0
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
*.pyc
__pycache__/
.mypy_cache/
.eggs/
tests/out/
# Python and Node dependencies

View file

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