Skip to content

Commit 3e82f1d

Browse files
committed
Fix: Release eciespy 0.4.2 solves the conflicts with coincurve
1 parent 214db7c commit 3e82f1d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,8 @@ tezos = [
6767
"pynacl",
6868
]
6969
encryption = [
70-
# Blocked by https://github.com/ecies/py/issues/356
71-
# "eciespy; python_version<'3.11'",
72-
# "eciespy @ git+https://github.com/ecies/py.git@4b4256cde1d8acd773dff76fd8ab855a8e9faa4f#egg=eciespy; python_version>='3.11'"
73-
"eciespy@git+https://github.com/ecies/py.git@4b4256cde1d8acd773dff76fd8ab855a8e9faa4f#egg=eciespy"
70+
"eciespy; python_version<\"3.11\"",
71+
"eciespy>=0.3.13; python_version>=\"3.11\"",
7472
]
7573
all = [
7674
"aleph-sdk-python[cosmos,dns,docs,ledger,mqtt,nuls2,polkadot,solana,tezos,encryption]",

0 commit comments

Comments
 (0)