Skip to content

Commit

Permalink
add missing dependency to setup.py (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Spence authored Oct 31, 2024
1 parent 5473acf commit 00a2f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
package_data={"cg_manage_rds": ["cf-app/manifest.yml", "cf-app/app.py"]},
install_requires=[
"Click",
"semver",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 00a2f91

Please sign in to comment.