Skip to content
Snippets Groups Projects
Commit f46ec7de authored by Jan Bernoth's avatar Jan Bernoth
Browse files

Merge branch 'no-module-request' into 'master'

added request to Pipfile

See merge request !298
parents a621a5fa b5e68ebe
No related branches found
No related tags found
1 merge request!298added request to Pipfile
Pipeline #118775 passed
......@@ -24,6 +24,7 @@ pdfplumber = "~=0.9.0" # reads out the article texts from pdfs
plotly = "~=5.14.1" # visualize article generation
python-dotenv = "~=1.0.0" # to use .env files for docker-compose configuration
python-magic = "~=0.4.27" # libmagic is used in text extraction
requests = "~=2.31.0" # calls http urls in cropper
scikit-learn = "~=1.2.2" # algorithms were used for topic labelling
[dev-packages]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment