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

Merge branch 'fix/context-proto-common' into 'develop'

Adapted Context component to common proto folder

See merge request teraflow-h2020/controller!126
parents 74773b80 7b205d21
Loading
Loading
Loading
Loading

common_requirements.in

0 → 100644
+8 −0
Original line number Diff line number Diff line
coverage==6.3
grpcio==1.43.0
grpcio-health-checking==1.43.0
grpcio-tools==1.43.0
prometheus-client==0.13.0
protobuf==3.19.3
pytest==6.2.5
pytest-benchmark==3.4.1
+1 −0
Original line number Diff line number Diff line
!.gitkeep
*.dot
*.xml
+1 −4
Original line number Diff line number Diff line
*

# used to prevent breaking symbolic links from source code folders
!.gitignore
!__init__.py
!.gitkeep
+0 −0

Empty file added.

+2 −2
Original line number Diff line number Diff line
*
!.gitkeep

# used to prevent breaking symbolic links from source code folders
!.gitignore
# prevent breaking symbolic links on Python source code folders
!__init__.py
Loading