Skip to content

Commit

Permalink
Merge pull request #146 from zowe/fix/next-docs-build
Browse files Browse the repository at this point in the history
Fix missing commentjson dependency for core SDK
  • Loading branch information
t1m0thyj authored Feb 3, 2023
2 parents e57611e + bb3fffa commit 9f893d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)",
],
install_requires=["requests", "urllib3", "pyyaml", "jsoncparser"],
install_requires=["requests", "urllib3", "pyyaml", "commentjson"],
packages=find_namespace_packages(include=["zowe.*"]),
)

0 comments on commit 9f893d4

Please sign in to comment.