Skip to content

Commit

Permalink
Merge pull request #4 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 9ebee7c + 164594e commit 518d070
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
10 changes: 0 additions & 10 deletions docs/examples/garbage_collection_inventory_delete.yml

This file was deleted.

10 changes: 0 additions & 10 deletions docs/examples/garbage_collection_inventory_disconnected.yml

This file was deleted.

4 changes: 1 addition & 3 deletions pkg/pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
spaceone-api
mongoengine
mongomock
spaceone-api
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
author_email="[email protected]",
license="Apache License 2.0",
packages=find_packages(),
install_requires=["spaceone-core", "spaceone-api", "mongoengine", "mongomock"],
install_requires=["spaceone-core", "spaceone-api"],
zip_safe=False,
)

0 comments on commit 518d070

Please sign in to comment.