Skip to content

Commit

Permalink
Add NLTK to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Nov 25, 2024
1 parent d937467 commit ed9964e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
1 change: 1 addition & 0 deletions backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Django>=4.0.1,<5
djangorestframework
django-livereload-server
django-revproxy>=0.10.0
nltk # Needed to unpickle MG Parser response
psycopg2 --no-binary psycopg2
pytest
pytest-django
Expand Down
23 changes: 15 additions & 8 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
Expand All @@ -14,8 +14,13 @@ asgiref==3.7.2
# django-cors-headers
beautifulsoup4==4.12.2
# via django-livereload-server
click==8.1.7
# via nltk
colorama==0.4.6
# via pytest
# via
# click
# pytest
# tqdm
django==4.2.3
# via
# -r requirements.in
Expand All @@ -31,12 +36,14 @@ django-revproxy==0.10.0
# via -r requirements.in
djangorestframework==3.14.0
# via -r requirements.in
exceptiongroup==1.1.2
# via pytest
execnet==2.0.2
# via pytest-xdist
iniconfig==2.0.0
# via pytest
joblib==1.4.2
# via nltk
nltk==3.9.1
# via -r requirements.in
packaging==23.1
# via pytest
pluggy==1.2.0
Expand All @@ -54,18 +61,18 @@ pytest-xdist==3.3.1
# via -r requirements.in
pytz==2023.3
# via djangorestframework
regex==2024.11.6
# via nltk
six==1.16.0
# via django-livereload-server
soupsieve==2.4.1
# via beautifulsoup4
sqlparse==0.4.4
# via django
tomli==2.0.1
# via pytest
tornado==6.3.2
# via django-livereload-server
typing-extensions==4.7.1
# via asgiref
tqdm==4.67.1
# via nltk
tzdata==2023.4
# via django
urllib3==2.0.4
Expand Down

0 comments on commit ed9964e

Please sign in to comment.