mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 20:23:12 +00:00
add wheel to dev dependendcies
This commit is contained in:
parent
02a2fefbba
commit
e1973ae381
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -58,6 +58,7 @@ setuptools.setup(
|
|||
extras_require={
|
||||
'dev': [
|
||||
"setuptools",
|
||||
"wheel",
|
||||
"twine",
|
||||
"flake8",
|
||||
"ipdb",
|
||||
|
|
Loading…
Reference in a new issue