
Currently the Dockerfile specifies running `pip install -e ...`, which will indirectly install dependencies from `requirements.txt`. This is generally safe, but should be avoided, since we are exclusively using frozen dependencies. Change-Id: Ie368ddb9f1229cc248c8d8804c71889c4339aa85
8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
click==6.7
|
|
jinja2==2.9.6
|
|
jsonpath-ng==1.4.3
|
|
jsonschema==2.6.0
|
|
pbr==3.0.1
|
|
pyyaml==3.12
|
|
requests==2.18.4
|