mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 03:36:55 -04:00
add wheel to dev dependendcies
This commit is contained in:
parent
f2a0068c17
commit
8504c3ebc7
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -69,6 +69,7 @@ setuptools.setup(
|
||||||
'dev': [
|
'dev': [
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"twine",
|
"twine",
|
||||||
|
"wheel",
|
||||||
"flake8",
|
"flake8",
|
||||||
"ipdb",
|
"ipdb",
|
||||||
"mypy",
|
"mypy",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue