Skip to content

Commit

Permalink
Add spaCy to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Jul 24, 2018
1 parent 028a6fe commit 491c10b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install:
- gem install kramdown
- gem install danger
- gem install danger-prose
- spacy download en_core_web_sm
before_script:
- travis lint -x --skip-completion-check
script:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ redis==2.10.6
requests==2.19.1
rq==0.12.0
six==1.11.0
spacy==2.0.1
Werkzeug==0.14.1
wikipedia==1.4.0

0 comments on commit 491c10b

Please sign in to comment.