Skip to content

Commit

Permalink
Switch to velocitas_lib providing native middleware as default
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch committed Mar 18, 2024
1 parent 0cca1ad commit e123dec
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion desired_state_generator/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.2
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
2 changes: 1 addition & 1 deletion runtime_k3d/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yaspin==2.3.0
ruamel.yaml==0.17.32
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.2
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
2 changes: 1 addition & 1 deletion runtime_k3d/test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pytest-ordering==0.6
pytest-asyncio==0.20.3
pytest-cov==4.0.0
types-mock==4.0.15.2
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.2
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
2 changes: 1 addition & 1 deletion runtime_kanto/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yaspin==2.3.0
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.2
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
2 changes: 1 addition & 1 deletion runtime_kanto/test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytest==7.2.1
pytest-ordering==0.6
pytest-asyncio==0.20.3
pytest-cov==4.0.0
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.2
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
2 changes: 1 addition & 1 deletion runtime_local/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yaspin==2.3.0
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.2
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native
2 changes: 1 addition & 1 deletion runtime_local/test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.2.1
git+https://github.com/eclipse-velocitas/velocitas-lib.git@v0.0.2
git+https://github.com/eclipse-velocitas/velocitas-lib.git@change_to_native

0 comments on commit e123dec

Please sign in to comment.