Add twine and wheel to [dev]

This commit is contained in:
Jakub Warmuz 2015-09-27 06:54:31 +00:00
parent d621df3320
commit 7d3a49b9e7
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -57,6 +57,8 @@ dev_extras = [
# Pin astroid==1.3.5, pylint==1.4.2 as a workaround for #289
'astroid==1.3.5',
'pylint==1.4.2', # upstream #248
'twine',
'wheel',
]
docs_extras = [