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
|
||||
|
||||
## 99
|
||||
|
||||
Cleanup.
|
||||
|
||||
## 98
|
||||
|
||||
Official NLTK support and other improvements.
|
||||
|
||||
@@ -27,8 +27,6 @@ if [ $? -eq 0 ]; then
|
||||
else
|
||||
puts-warn "nltk.txt not found, not downloading any corpora"
|
||||
fi
|
||||
else
|
||||
puts-warn "nltk not apparently installed, not downloading packages"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user