Skip to content

Commit

Permalink
Merge pull request #128 from regulaforensics/fix-setup-tools
Browse files Browse the repository at this point in the history
Fix setup tools
  • Loading branch information
KirylKovaliov committed Sep 4, 2024
2 parents 34a4a3a + 52a1e34 commit 232f1fa
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 172 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pipenv-setup = "*"
wheel = "*"
twine = "*"
chardet = "*"
packaging = ">=22.0"

[requires]
python_version = "3.8"
214 changes: 43 additions & 171 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name="regula.documentreader.webclient",
version=os.getenv("PACKAGE_VERSION_TO_PUBLISH", "5.2.0-beta.0"),
python_requires=">=3.5",
python_requires=">=3.8",
description="Regula's Document Reader python client",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 232f1fa

Please sign in to comment.