File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 88
99setup (
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" ,
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 ,
You can’t perform that action at this time.
0 commit comments