Skip to content

Commit

Permalink
Merge pull request nltk#2422 from BLKSerene/develop
Browse files Browse the repository at this point in the history
Add regex dependency to setup.py
  • Loading branch information
stevenbird committed Sep 28, 2019
2 parents 90bc243 + 6fbad04 commit 1d7f0d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
'singledispatch; python_version < "3.4"',
"click",
"joblib",
"regex",
"tqdm",
],
extras_require=extras_require,
Expand Down

0 comments on commit 1d7f0d5

Please sign in to comment.