Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Apr 2, 2024
1 parent 68924a4 commit d581e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
name=PROJECT_NAME,
packages=["paragraph_extraction_trainer"],
package_dir={"": "src"},
version="0.30",
version="0.31",
url="https://github.com/huridocs/pdf_paragraphs_extraction",
author="HURIDOCS",
description="Service for extracting paragraphs from PDFs.",
install_requires=requirements,
setup_requieres=requirements,
setup_requires=requirements,
dependency_links=dependency_links,
)

0 comments on commit d581e14

Please sign in to comment.