Skip to content

Commit

Permalink
feat: remove open-aea-cosmpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 23, 2023
1 parent 099751e commit fe2c489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pytest-custom-exit-code = "==0.3.0"
GitPython = "==3.1.27"
requests = "==2.28.1"
idna = "<=3.3"
open-aea-cosmpy = "==0.6.6"
cosmpy = "==0.9.1"
web3 = ">=6.0.0,<7"
semver = "<3.0.0,>=2.9.1"
py-multibase = ">=1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/aea-ledger-cosmos/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ecdsa>=0.15,<0.17.0",
"bech32==1.2.0",
"pycryptodome>=3.10.1,<4.0.0",
"open-aea-cosmpy==0.6.6",
"cosmpy==0.9.1",
],
tests_require=["pytest"],
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deps =
eth-account>=0.8.0,<0.9.0
; for password encryption in cosmos
pycryptodome>=3.10.1
open-aea-cosmpy==0.6.6
cosmpy==0.9.1
certifi<=2022.6.15.1
google-api-python-client<=2.60.0
idna<=3.3
Expand Down

0 comments on commit fe2c489

Please sign in to comment.