Skip to content

Commit b81d56b

Browse files
slancer50shacharl
andauthored
chore: add cattrs to setup.py install_requires (#134)
Co-authored-by: shacharl <shachar_lancer@bmc.il>
1 parent df79169 commit b81d56b

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

setup.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@
1515
author="BMC Software",
1616
license="BSD 3-Clause",
1717
keywords="Control-M",
18-
install_requires=["requests>=2.23.0",
19-
"urllib3", "six", "attrs", "certifi", "jinja2"],
18+
install_requires=[
19+
"requests>=2.23.0",
20+
"urllib3",
21+
"six",
22+
"attrs",
23+
"certifi",
24+
"jinja2",
25+
"cattrs>=24.1.3"
26+
],
2027
classifiers= [
2128
"Development Status :: 5 - Production/Stable",
2229
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)