Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #207 from NYPL-Simplified/peg-nltk
Browse files Browse the repository at this point in the history
Peg nltk to the final Python 2 release.
  • Loading branch information
leonardr authored Apr 16, 2020
2 parents 6f23860 + bd08ebe commit 3037b03
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ urllib3<1.24 # Travis problem introduced 20181016 - check to see when we can rem
lxml
flask
flask-sqlalchemy-session
textblob
isbnlib
feedparser
uwsgi
Expand All @@ -27,11 +26,15 @@ accept-types
watchtower # for cloudwatch logging
pyspellchecker

# nltk is a textblob dependency, and this is the last release that supports Python 2
nltk==3.4.5
textblob

# Ensure that we support SNI-based SSL
ndg-httpsclient

# Used only by metadata
pyld
pyld==1.0.5
beautifulsoup4
zeep
py-bcrypt
Expand Down

0 comments on commit 3037b03

Please sign in to comment.