Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ whitenoise==6.5.0 # https://github.com/evansd/whitenoise
redis==4.5.5 # https://github.com/redis/redis-py
hiredis==2.2.3 # https://github.com/redis/hiredis-py
beautifulsoup4==4.12.2 # HTML/XML library
lxml==4.9.2 # XML parser
lxml==4.9.3 # XML parser
spacy== 3.5.3 # NLP package
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz#egg=en_core_web_sm # English model for use with spaCy

Expand Down