Skip to content

Commit dd9105a

Browse files
committed
Update requirements
1 parent 14454be commit dd9105a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ uvicorn==0.29.0
55
gunicorn==22.0.0
66
nltk==3.8.1
77
PyYAML==6.0.1
8-
requests==2.31.0
8+
requests==2.32.3
99
pymongo==4.7.0
1010
PyRSMQ==0.5.0
1111
redis==5.0.4

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
name=PROJECT_NAME,
1313
packages=["paragraph_extraction_trainer"],
1414
package_dir={"": "src"},
15-
version="0.33",
15+
version="0.34",
1616
url="https://github.com/huridocs/pdf_paragraphs_extraction",
1717
author="HURIDOCS",
1818
description="Service for extracting paragraphs from PDFs.",

0 commit comments

Comments
 (0)