mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Compare commits
2 Commits
python-3.8.7
...
v99
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b2c0b5df9 | |||
| 49b9eaa93e |
@@ -1,5 +1,9 @@
|
|||||||
# Python Buildpack Changelog
|
# Python Buildpack Changelog
|
||||||
|
|
||||||
|
## 99
|
||||||
|
|
||||||
|
Cleanup.
|
||||||
|
|
||||||
## 98
|
## 98
|
||||||
|
|
||||||
Official NLTK support and other improvements.
|
Official NLTK support and other improvements.
|
||||||
|
|||||||
@@ -27,8 +27,6 @@ if [ $? -eq 0 ]; then
|
|||||||
else
|
else
|
||||||
puts-warn "nltk.txt not found, not downloading any corpora"
|
puts-warn "nltk.txt not found, not downloading any corpora"
|
||||||
fi
|
fi
|
||||||
else
|
|
||||||
puts-warn "nltk not apparently installed, not downloading packages"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user