We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14454be commit dd9105aCopy full SHA for dd9105a
requirements.txt
@@ -5,7 +5,7 @@ uvicorn==0.29.0
5
gunicorn==22.0.0
6
nltk==3.8.1
7
PyYAML==6.0.1
8
-requests==2.31.0
+requests==2.32.3
9
pymongo==4.7.0
10
PyRSMQ==0.5.0
11
redis==5.0.4
setup.py
@@ -12,7 +12,7 @@
12
name=PROJECT_NAME,
13
packages=["paragraph_extraction_trainer"],
14
package_dir={"": "src"},
15
- version="0.33",
+ version="0.34",
16
url="https://github.com/huridocs/pdf_paragraphs_extraction",
17
author="HURIDOCS",
18
description="Service for extracting paragraphs from PDFs.",
0 commit comments