Skip to content
Snippets Groups Projects
Commit e497882f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device component:

- updated requirements
parent d54b356c
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!34Context Scalability extensions using CockroachDB + Removal of Stateful database inside Device + other
...@@ -14,3 +14,9 @@ xmltodict==0.12.0 ...@@ -14,3 +14,9 @@ xmltodict==0.12.0
tabulate tabulate
ipaddress ipaddress
macaddress macaddress
# pip's dependency resolver does not take into account installed packages.
# p4runtime does not specify the version of grpcio/protobuf it needs, so it tries to install latest one
# adding here again grpcio==1.47.* and protobuf==3.20.* with explicit versions to prevent collisions
grpcio==1.47.*
protobuf==3.20.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment