Skip to content

Commit fb22bfb

Browse files
committed
Merge optional encryption dependencies from #110
1 parent 8dece12 commit fb22bfb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ dependencies = [
2626
"aleph-message~=0.4.3",
2727
"coincurve; python_version<\"3.11\"",
2828
"coincurve>=17.0.0; python_version>=\"3.11\"",
29-
"eciespy; python_version<\"3.11\"",
30-
"eciespy>=0.3.13; python_version>=\"3.11\"",
3129
"eth_abi>=4.0.0; python_version>=\"3.11\"",
3230
"eth_account>=0.4.0",
3331
"python-magic",
@@ -94,13 +92,17 @@ testing = [
9492
"requests",
9593
"secp256k1",
9694
"substrate-interface",
97-
"types-certifi",
98-
"types-setuptools",
95+
"eciespy; python_version<\"3.11\"",
96+
"eciespy>=0.3.13; python_version>=\"3.11\"",
9997
]
10098
tezos = [
10199
"aleph-pytezos==0.1.1",
102100
"pynacl",
103101
]
102+
encryption = [
103+
"eciespy; python_version<\"3.11\"",
104+
"eciespy>=0.3.13; python_version>=\"3.11\"",
105+
]
104106

105107
[project.urls]
106108
Documentation = "https://aleph.im/"

0 commit comments

Comments
 (0)