Skip to content

Commit f0d6024

Browse files
author
=
committed
check
1 parent 91f2dc2 commit f0d6024

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

asd.py renamed to setup.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
setup(
1010
name="regula.documentreader.webclient",
11-
version=os.getenv("PACKAGE_VERSION_TO_PUBLISH", "5.2.0-beta.0"),
11+
version=os.getenv("PACKAGE_VERSION_TO_PUBLISH", "7.4.45"),
1212
python_requires=">=3.8",
1313
description="Regula's Document Reader python client",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
author="Regula Forensics, Inc.",
1717
author_email="support@regulaforensics.com",
18-
url="https://mobile.regulaforensics.com",
18+
url="https://regulaforensics.com",
1919
keywords=[
2020
"document-reader-client",
2121
"document reader",
@@ -24,10 +24,13 @@
2424
"regula",
2525
],
2626
install_requires=[
27-
"certifi>=2023.7.22",
28-
"python-dateutil>=2.8.1",
29-
"six>=1.15.0",
30-
"urllib3>=1.26.5",
27+
"certifi>=2024.07.04",
28+
"six>=1.10",
29+
"python-dateutil>=2.5.3",
30+
"urllib3>=1.26.19",
31+
"vistir>=0.4.0, <=0.6.1",
32+
"idna==3.7",
33+
"requests>=2.32.3",
3134
],
3235
packages=find_packages(exclude=["test", "tests", "example"]),
3336
include_package_data=True,

0 commit comments

Comments
 (0)