From dd9105a221f75974e2719b5817c3c8c66869c58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Alt=C4=B1parmak?= Date: Tue, 4 Jun 2024 12:26:56 +0300 Subject: [PATCH] Update requirements --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a5af70c..a3b0d8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ uvicorn==0.29.0 gunicorn==22.0.0 nltk==3.8.1 PyYAML==6.0.1 -requests==2.31.0 +requests==2.32.3 pymongo==4.7.0 PyRSMQ==0.5.0 redis==5.0.4 diff --git a/setup.py b/setup.py index 58a15f5..f4aa3d7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ name=PROJECT_NAME, packages=["paragraph_extraction_trainer"], package_dir={"": "src"}, - version="0.33", + version="0.34", url="https://github.com/huridocs/pdf_paragraphs_extraction", author="HURIDOCS", description="Service for extracting paragraphs from PDFs.",