Skip to content

Commit 232f1fa

Browse files
Merge pull request #128 from regulaforensics/fix-setup-tools
Fix setup tools
2 parents 34a4a3a + 52a1e34 commit 232f1fa

File tree

3 files changed

+45
-172
lines changed

3 files changed

+45
-172
lines changed

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pipenv-setup = "*"
1818
wheel = "*"
1919
twine = "*"
2020
chardet = "*"
21+
packaging = ">=22.0"
2122

2223
[requires]
2324
python_version = "3.8"

Pipfile.lock

+43-171
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name="regula.documentreader.webclient",
1111
version=os.getenv("PACKAGE_VERSION_TO_PUBLISH", "5.2.0-beta.0"),
12-
python_requires=">=3.5",
12+
python_requires=">=3.8",
1313
description="Regula's Document Reader python client",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)