1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 03:54:08 +02: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",