Skip to content

Commit

Permalink
add extras_require
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Aug 13, 2017
1 parent fd4a0b0 commit 6cf27ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Expand Up @@ -18,6 +18,12 @@
'thor >= 0.3.4',
'markdown >= 2.6.5'
],
extras_require={
'dev': [
'mypy',
'selenium'
]
},
classifiers=[
'Programming Language :: Python :: 3.5',
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 6cf27ee

Please sign in to comment.