Skip to content

Commit

Permalink
Update setup.py with new version of PyStemmer
Browse files Browse the repository at this point in the history
PyStemmer 1.3.0 is compatible with pypy
  • Loading branch information
hamaxx committed Feb 1, 2014
1 parent 50e9277 commit 2b89ad6
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 @@ -16,7 +16,7 @@
test_suite = "tests",

install_requires = [
"PyStemmer==1.2.0",
"PyStemmer==1.3.0",
"argparse==1.2.1",
"irc==8.5.4"
],
Expand Down

0 comments on commit 2b89ad6

Please sign in to comment.