dantame / sentient

Simple sentiment analysis using the AFINN-111 word list
34 stars 7 forks source link

Relax Poison dependency #2

Open sitch opened 8 years ago

sitch commented 8 years ago

Currently, it's locked at "~> 1.5", so it's breaking on newer projects with v2. I have a PR for this ready if needed

rdalin82 commented 7 years ago

I also have a PR ready, also updated () to deps and package to suppress warnings. Update does not break existing tests.