Skip to content

Commit

Permalink
Merge pull request #12 from whdalsrnt/master
Browse files Browse the repository at this point in the history
build: change require packages
  • Loading branch information
whdalsrnt authored Jan 5, 2024
2 parents 97d522d + 6884817 commit d1e00b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions pkg/pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
spaceone-api
mongoengine
boto3
redis
spaceone-api
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="admin@spaceone.dev",
license="Apache License 2.0",
packages=find_packages(),
install_requires=["spaceone-core", "spaceone-api", "mongoengine", "boto3", "redis"],
install_requires=["spaceone-core", "spaceone-api"],
zip_safe=False,
)

0 comments on commit d1e00b1

Please sign in to comment.