Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
force pydantic v1
  • Loading branch information
dbsqp authored Jul 28, 2023
1 parent 7cc4b54 commit 916d860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \

# RUN pip install setuptools
#RUN pip3 install pytz influxdb-client oauthlib requests requests-oauth requests_oauthlib typing_extensions arrow withings-api
RUN pip3 install pytz influxdb-client oauthlib requests requests-oauth requests_oauthlib typing_extensions arrow pydantic
RUN pip3 install pytz influxdb-client oauthlib requests requests-oauth requests_oauthlib typing_extensions arrow pydantic==1.10.12

# Environment vars
ENV PYTHONIOENCODING=utf-8
Expand Down

0 comments on commit 916d860

Please sign in to comment.