Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update safe-eth-py package name #447

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

moisses89
Copy link
Member

@moisses89 moisses89 commented Aug 27, 2024

Description

Prepare safe-cli to migrate to new package name changed in safe-global/safe-eth-py#1286

@coveralls
Copy link

Coverage Status

coverage: 88.602%. remained the same
when pulling 517f399 on update_safe_eth_py
into 3d6407f on main.

@@ -27,7 +27,7 @@ dependencies = [
"prompt_toolkit>=3",
"pygments>=2",
"requests>=2",
"safe-eth-py==6.0.0b35",
"safe-eth-py@git+https://github.com/safe-global/safe-eth-py#egg=update-gnosis-package",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This must be changed after safe-eth-py release to the correct version.

@@ -58,6 +58,8 @@ include = ["/src/safe_cli"]

[tool.hatch.build.targets.wheel]
packages = ["/src/safe_cli"]
[tool.hatch.metadata]
allow-direct-references = true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to be able to install direct dependencies from github.
This must be removed after safe-eth-py release to the correct version.

@@ -6,7 +6,7 @@ packaging>=23.1
prompt_toolkit==3.0.47
pygments==2.18.0
requests==2.32.3
safe-eth-py==6.0.0b35
safe-eth-py @ git+https://github.com/safe-global/safe-eth-py@update-gnosis-package
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This must be changed after safe-eth-py release to the correct version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants