Add faucet filter to cic-cache

This commit is contained in:
Louis Holbrook
2021-05-05 16:25:21 +00:00
parent 5ec0b67496
commit 6a8a356f09
18 changed files with 175 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ RUN apt-get update && \
# Copy shared requirements from top of mono-repo
RUN echo "copying root req file ${root_requirement_file}"
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2a76
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2b9
COPY cic-cache/requirements.txt ./
COPY cic-cache/setup.cfg \