We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7031776 commit 96f5231Copy full SHA for 96f5231
pyproject.toml
@@ -2,6 +2,8 @@
2
requires = [
3
"setuptools>=42",
4
"wheel",
5
- "protobuf>=3.19",
+ "protobuf==3.19",
6
+ "ecdsa",
7
+ "cryptography",
8
]
9
build-backend = "setuptools.build_meta"
setup.cfg
@@ -20,7 +20,9 @@ packages = find:
20
include_package_data = True
21
python_requires = >=3.6
22
install_requires=
23
- protobuf>=3.19
+ protobuf==3.19
24
+ ecdsa
25
+ cryptography
26
27
[options.packages.find]
28
where=src
0 commit comments