Skip to content

Commit

Permalink
Try with extras_require
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jun 26, 2020
1 parent 1465ac7 commit 959d05a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
requires = [],
install_requires = [],

extras_require = {
"regex": ["regex"]
},

package_data = {'': ['*.md', '*.lark'], 'lark-stubs': ['*.pyi']},

test_suite = 'tests.__main__',
Expand Down

0 comments on commit 959d05a

Please sign in to comment.