Commit e497882f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device component:

- updated requirements
parent d54b356c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -14,3 +14,9 @@ xmltodict==0.12.0
tabulate
ipaddress
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.*