promenade/requirements.txt
Mark Burnett ecbe862a24 Avoid directly installing non-frozen dependencies
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
2017-10-20 10:54:10 -05:00

3 lines
104 B
Plaintext

# Warning: This file should be empty.
# Specify direct dependencies in requirements-direct.txt instead.