Skip to content

Commit

Permalink
Add twine dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jun 9, 2021
1 parent 0754006 commit d650857
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,14 @@

extras_require = {
'tests': ['flake8', 'nose'], # nose required due to pip_on_conda
'build': ['setuptools', 'jupyterlab ~=3.0', 'jupyter-packaging ~=0.7.9']
'build': [
'setuptools',
'jupyterlab ~=3.0',
'jupyter-packaging ~=0.7.9',
'twine',
'rfc3986',
'keyring'
]
}

extras_require['all'] = sorted(set(sum(extras_require.values(), [])))
Expand Down

0 comments on commit d650857

Please sign in to comment.