Skip to content

Commit

Permalink
Fix: Release eciespy 0.4.2 solves the conflicts with coincurve
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jun 14, 2024
1 parent 214db7c commit a0a9303
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ tezos = [
"pynacl",
]
encryption = [
# Blocked by https://github.com/ecies/py/issues/356
# "eciespy; python_version<'3.11'",
# "eciespy @ git+https://github.com/ecies/py.git@4b4256cde1d8acd773dff76fd8ab855a8e9faa4f#egg=eciespy; python_version>='3.11'"
"eciespy@git+https://github.com/ecies/py.git@4b4256cde1d8acd773dff76fd8ab855a8e9faa4f#egg=eciespy"
"eciespy; python_version<\"3.11\"",
"eciespy>=0.3.13; python_version>=\"3.11\"",
]
all = [
"aleph-sdk-python[cosmos,dns,docs,ledger,mqtt,nuls2,polkadot,solana,tezos,encryption]",
Expand Down

0 comments on commit a0a9303

Please sign in to comment.