Skip to content

Commit 96f5231

Browse files
add cryptography and ecdsa packages dependencies
1 parent 7031776 commit 96f5231

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
requires = [
33
"setuptools>=42",
44
"wheel",
5-
"protobuf>=3.19",
5+
"protobuf==3.19",
6+
"ecdsa",
7+
"cryptography",
68
]
79
build-backend = "setuptools.build_meta"

setup.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ packages = find:
2020
include_package_data = True
2121
python_requires = >=3.6
2222
install_requires=
23-
protobuf>=3.19
23+
protobuf==3.19
24+
ecdsa
25+
cryptography
2426

2527
[options.packages.find]
2628
where=src

0 commit comments

Comments
 (0)