Add typing-extensions to Dockerfile

This commit is contained in:
Jack Boswell (boswelja) 2022-09-11 16:42:40 +12:00
parent c3272cf781
commit e45daca3c4

View file

@ -11,7 +11,8 @@ pip3 install \
certifi==2020.12.5 chardet==4.0.0 idna==2.10 urllib3==1.26.4 \
six==1.15.0 msgpack==1.0.2 \
influxdb_client==1.24.0 rx==3.2.0 \
yagrc==1.1.1 grpcio-reflection==1.36.1 protobuf==3.15.6
yagrc==1.1.1 grpcio-reflection==1.36.1 protobuf==3.15.6 \
typing-extensions>=4.3.0
ADD . /app
WORKDIR /app