Constraints pt3 (#37803)

This commit is contained in:
Paulus Schoutsen
2020-07-13 06:55:20 -07:00
committed by GitHub
parent eb6fda8387
commit 34c2579507
3 changed files with 3 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ WORKDIR /usr/src
COPY . homeassistant/
RUN \
pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
-r homeassistant/requirements_all.txt -c homeassistant/homeassistant/package_constraints.txt \
-r homeassistant/requirements_all.txt \
&& pip3 uninstall -y typing \
&& pip3 install --no-cache-dir --no-index --only-binary=:all: --find-links "${WHEELS_LINKS}" \
-e ./homeassistant \