qinling/runtimes/sidecar/requirements.txt
Lingxian Kong 05588c1957 Add sidecar support for runtime
Split function package download functionality into a separate
container, so that it will be easy to add additional runtime support.

I was planning to use kubernetes new verion apps api in qinling, but
failed because the kubernetes client in global requirement is not
updated yet, so I comment the code out in case we use them in future.

Change-Id: I0709b8ac689638b78e00ca35d0fea2db6cae0d0f
Story: 2001580
Task: 6607
2018-03-06 01:31:16 +00:00

3 lines
86 B
Plaintext

Flask>=0.10,!=0.11,<1.0 # BSD
oslo.concurrency>=3.25.0 # Apache-2.0
requests>=2.18.4