Skip to content

Commit 3723491

Browse files
author
Tom Softreck
committed
Release version 0.1.51
1 parent 6d471b8 commit 3723491

File tree

3 files changed

+86
-6
lines changed

3 files changed

+86
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.51] - 2025-04-16
6+
57
## [0.1.50] - 2025-04-16
68

79
## [0.1.49] - 2025-04-16

setup.py

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Configuration setup
1919
setup(
2020
name="pyfunc2",
21-
version="0.1.48",
21+
version="0.1.49",
2222
description="libs for cameramonit, ocr, fin-officer, cfo, and other projects",
2323
long_description=LONG_DESCRIPTION,
2424
long_description_content_type="text/markdown",
@@ -37,8 +37,47 @@
3737
packages=find_packages(where="src"),
3838
package_dir={"": "src"},
3939
install_requires=[
40-
line.strip() for line in open("requirements.txt")
41-
if line.strip() and not line.startswith("#")
40+
"attrs==25.3.0",
41+
"Automat==24.8.1",
42+
"build==1.2.2.post1",
43+
"certifi==2025.1.31",
44+
"charset-normalizer==3.4.1",
45+
"click==8.1.8",
46+
"constantly==23.10.4",
47+
"fastjsonschema==2.21.1",
48+
"gitdb==4.0.12",
49+
"GitPython==3.1.44",
50+
"hatchling==1.27.0",
51+
"hyperlink==21.0.0",
52+
"idna==3.10",
53+
"incremental==24.7.2",
54+
"iniconfig==2.1.0",
55+
"packaging==24.2",
56+
"path==17.1.0",
57+
"pathspec==0.12.1",
58+
"pluggy==1.5.0",
59+
"pyproject_hooks==1.2.0",
60+
"pytest==8.3.5",
61+
"pytest",
62+
"pdf2image",
63+
"wand",
64+
"pillow",
65+
"PyPDF2",
66+
"pypdf",
67+
"pdfreader",
68+
"datefinder",
69+
"numpy",
70+
"requests==2.32.3",
71+
"setuptools==78.1.0",
72+
"six==1.17.0",
73+
"smmap==5.0.2",
74+
"stringcase==1.2.0",
75+
"toml==0.10.2",
76+
"tomli==2.2.1",
77+
"trove-classifiers==2025.4.11.15",
78+
"Twisted==24.11.0",
79+
"typing_extensions==4.13.2",
80+
"urllib3==2.4.0"
4281
],
4382
license="Apache-2.0", # Use simple string format
4483
license_files=("LICENSE"), # Empty tuple to explicitly prevent license files

setup.py.bak

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ except FileNotFoundError:
1818
# Configuration setup
1919
setup(
2020
name="pyfunc2",
21-
version="0.1.47",
21+
version="0.1.48",
2222
description="libs for cameramonit, ocr, fin-officer, cfo, and other projects",
2323
long_description=LONG_DESCRIPTION,
2424
long_description_content_type="text/markdown",
@@ -37,8 +37,47 @@ setup(
3737
packages=find_packages(where="src"),
3838
package_dir={"": "src"},
3939
install_requires=[
40-
line.strip() for line in open("requirements.txt")
41-
if line.strip() and not line.startswith("#")
40+
"attrs==25.3.0",
41+
"Automat==24.8.1",
42+
"build==1.2.2.post1",
43+
"certifi==2025.1.31",
44+
"charset-normalizer==3.4.1",
45+
"click==8.1.8",
46+
"constantly==23.10.4",
47+
"fastjsonschema==2.21.1",
48+
"gitdb==4.0.12",
49+
"GitPython==3.1.44",
50+
"hatchling==1.27.0",
51+
"hyperlink==21.0.0",
52+
"idna==3.10",
53+
"incremental==24.7.2",
54+
"iniconfig==2.1.0",
55+
"packaging==24.2",
56+
"path==17.1.0",
57+
"pathspec==0.12.1",
58+
"pluggy==1.5.0",
59+
"pyproject_hooks==1.2.0",
60+
"pytest==8.3.5",
61+
"pytest",
62+
"pdf2image",
63+
"wand",
64+
"pillow",
65+
"PyPDF2",
66+
"pypdf",
67+
"pdfreader",
68+
"datefinder",
69+
"numpy",
70+
"requests==2.32.3",
71+
"setuptools==78.1.0",
72+
"six==1.17.0",
73+
"smmap==5.0.2",
74+
"stringcase==1.2.0",
75+
"toml==0.10.2",
76+
"tomli==2.2.1",
77+
"trove-classifiers==2025.4.11.15",
78+
"Twisted==24.11.0",
79+
"typing_extensions==4.13.2",
80+
"urllib3==2.4.0"
4281
],
4382
license="Apache-2.0", # Use simple string format
4483
license_files=("LICENSE"), # Empty tuple to explicitly prevent license files

0 commit comments

Comments
 (0)