Skip to content

Commit

Permalink
Merge pull request #17 from accraze/bump-internetarchive
Browse files Browse the repository at this point in the history
Upgrade internetarchive to 1.8.1
  • Loading branch information
accraze authored Sep 2, 2018
2 parents fcc3e05 + 9a763c9 commit f88dae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def read(*names, **kwargs):
'markov', 'text', 'internetarchive', 'model', 'nlp', 'corpus'
],
install_requires=[
'markovify==0.7.1', 'nltk==3.3.0', 'internetarchive==1.1.0'
'markovify==0.7.1', 'nltk==3.3.0', 'internetarchive==1.8.1'
# eg: 'aspectlib==1.1.1', 'six>=1.7',
],
extras_require={
Expand Down

0 comments on commit f88dae7

Please sign in to comment.