Skip to content

Commit

Permalink
feat: update install omise command
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesx00 committed Sep 3, 2022
1 parent 5f37b67 commit dfc78fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@


def install_compatible_omise():
pip.main(["uninstall", "--yes", "omise"])
pip.main(
[
"install",
"--ignore-installed",
"git+https://github.com/omise/omise-python@bfcf283378a823139b9f19f10e84d42a98c5b1ac",
]
)

0 comments on commit dfc78fe

Please sign in to comment.