Skip to content

Commit

Permalink
adjust requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Jul 11, 2024
1 parent 2dd7adb commit 19143ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ tqdm
langcodes
language_data
flower
ianalyzer_readers @ git+https://github.com/UUDigitalHumanitieslab/ianalyzer-readers@21b78dc8
ianalyzer_readers
jsonschema
Pillow
18 changes: 15 additions & 3 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.9
# by the following command:
#
# pip-compile
Expand Down Expand Up @@ -132,7 +132,7 @@ h11==0.14.0
# wsproto
humanize==4.9.0
# via flower
ianalyzer_readers @ git+https://github.com/UUDigitalHumanitieslab/ianalyzer-readers@21b78dc
ianalyzer-readers==0.2.0
# via -r requirements.in
idna==3.4
# via
Expand All @@ -143,6 +143,8 @@ iniconfig==2.0.0
# via
# pytest
# seleniumbase
isodate==0.6.1
# via rdflib
joblib==1.3.2
# via
# nltk
Expand Down Expand Up @@ -183,6 +185,7 @@ numpy==1.24.4
# fst-pso
# fuzzytm
# gensim
# miniful
# pandas
# pyfume
# scikit-learn
Expand Down Expand Up @@ -253,6 +256,8 @@ pyopenssl==23.2.0
# via pysaml2
pyotp==2.9.0
# via seleniumbase
pyparsing==3.1.2
# via rdflib
pypdf2==3.0.1
# via -r requirements.in
pysaml2==7.3.1
Expand Down Expand Up @@ -300,6 +305,8 @@ pytz==2023.3
# flower
# pandas
# pysaml2
rdflib==7.0.0
# via ianalyzer-readers
redis==5.0.0
# via -r requirements.in
referencing==0.33.0
Expand Down Expand Up @@ -330,6 +337,7 @@ scipy==1.10.1
# via
# fuzzytm
# gensim
# miniful
# pyfume
# scikit-learn
# simpful
Expand All @@ -345,6 +353,7 @@ six==1.16.0
# via
# behave
# django-livereload-server
# isodate
# langdetect
# parse-type
# python-dateutil
Expand Down Expand Up @@ -393,7 +402,10 @@ trio-websocket==0.10.3
# selenium
# seleniumbase
typing-extensions==4.7.1
# via asgiref
# via
# asgiref
# kombu
# pypdf2
tzdata==2023.3
# via
# celery
Expand Down

0 comments on commit 19143ec

Please sign in to comment.