Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ joblib==1.0.1
# via
# -r requirements.txt
# nltk
markupsafe==2.0.1
markupsafe==2.1.2
# via
# -r requirements.txt
# jinja2
# werkzeug
mccabe==0.6.1
# via flake8
mypy-extensions==0.4.3
Expand Down Expand Up @@ -139,7 +140,7 @@ tqdm==4.60.0
# via
# -r requirements.txt
# nltk
werkzeug==1.0.1
werkzeug==2.2.3
# via
# -r requirements.txt
# flask
Expand Down
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jinja2==3.0.1
# flask
joblib==1.0.1
# via nltk
markupsafe==2.0.1
# via jinja2
markupsafe==2.1.2
# via
# jinja2
# werkzeug
nltk==3.8.1
# via -r requirements.in
numpy==1.20.3
Expand Down Expand Up @@ -79,7 +81,7 @@ sqlalchemy==1.4.15
# via -r requirements.in
tqdm==4.60.0
# via nltk
werkzeug==1.0.1
werkzeug==2.2.3
# via flask

# The following packages are considered to be unsafe in a requirements file:
Expand Down