Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ali6parmak committed Jun 4, 2024
1 parent 14454be commit dd9105a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit dd9105a

Please sign in to comment.