Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
The ROSE project committed Mar 18, 2024
1 parent 151d146 commit 00f566d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions control_plane/controller/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
certifi==2020.4.5.1
decorator==4.4.2
fire==0.3.1
grpcio==1.29.0
grpcio-tools==1.29.0
grpcio==1.41.1
grpcio-tools==1.41.1
networkx==2.4
protobuf==3.12.0
protobuf==3.19.6
pyaml==20.4.0
python-arango==5.4.0
python-dotenv==0.13.0
PyYAML==5.3.1
requests-toolbelt==0.9.1
requests-toolbelt==1.0.0
8 changes: 4 additions & 4 deletions control_plane/node-manager/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cffi==1.14.0
grpcio==1.29.0
grpcio-tools==1.29.0
protobuf==3.12.0
cffi==1.14.1
grpcio==1.41.1
grpcio-tools==1.41.1
protobuf==3.19.6
pyroute2==0.5.12
python-dotenv==0.13.0
scapy==2.4.3
Expand Down
6 changes: 3 additions & 3 deletions control_plane/protos/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
grpcio==1.29.0
grpcio-tools==1.29.0
protobuf==3.12.0
grpcio==1.41.1
grpcio-tools==1.41.1
protobuf==3.19.6
4 changes: 2 additions & 2 deletions db_update/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
decorator==4.4.2
protobuf==3.12.0
protobuf==3.19.6
pyaml==20.4.0
python-arango==5.4.0
PyYAML==5.3.1
requests-toolbelt==0.9.1
requests-toolbelt==1.0.0

0 comments on commit 00f566d

Please # to comment.