Skip to content

Commit

Permalink
build: change require packages
Browse files Browse the repository at this point in the history
  • Loading branch information
whdalsrnt committed Jan 5, 2024
1 parent 3dd615e commit 0978d3f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 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.

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 0978d3f

Please sign in to comment.