Skip to content

Commit

Permalink
build: add spaceone-core at setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Dec 23, 2023
1 parent 0b5347a commit e4ae235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
author_email="[email protected]",
license="Apache License 2.0",
packages=find_packages(),
install_requires=["spaceone-api"],
install_requires=["spaceone-core", "spaceone-api"],
zip_safe=False,
)

0 comments on commit e4ae235

Please sign in to comment.