increased protobuf version number

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2022-09-26 21:19:55 +02:00
parent 69fe9b253d
commit 2727cb0fec
No known key found for this signature in database

View File

@ -128,7 +128,7 @@ install_requires = [
"setproctitle==1.2.2", "setproctitle==1.2.2",
"werkzeug==2.0.3", "werkzeug==2.0.3",
"nest-asyncio==1.5.5", "nest-asyncio==1.5.5",
"protobuf==3.20.1", "protobuf>=3.20.2",
"planetmint-ipld>=0.0.3", "planetmint-ipld>=0.0.3",
"pyasn1", "pyasn1",
"zenroom==2.1.0.dev1655293214", "zenroom==2.1.0.dev1655293214",