Skip to content

Commit

Permalink
Include wordlist by default (Yelp#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
XIANJUN ZHU authored and justineyster committed Sep 9, 2020
1 parent 7683557 commit 3993664
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@
'ibm_db',
'boxsdk[jwt]',
'packaging',
'pyahocorasick',
],
extras_require={
'word_list': [
'pyahocorasick',
':python_version=="2.7"': [
'configparser',
'enum34',
'future',
'functools32',
],
},
entry_points={
Expand Down

0 comments on commit 3993664

Please sign in to comment.