Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
theyosh authored and weblate committed Feb 11, 2025
1 parent afb59ad commit 5021db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.buster
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN sed -i 's/pip==.*/pip==24.0/g' requirements.txt \
&& sed -i 's/bcrypt==.*/bcrypt==4.1.3/g' requirements.txt \
&& sed -i 's/Pillow==.*/Pillow==9.5.0/g' requirements.txt \
&& sed -i 's/numpy==.*/numpy==1.21.4/g' requirements.txt \
&& sed -i 's/opencv-python-headles==.*/opencv-python-headless==4.6.0.66/g' requirements.txt \
&& sed -i 's/opencv-python-headless==.*/opencv-python-headless==4.6.0.66/g' requirements.txt \
&& sed -i 's/gpiozero==.*/gpiozero==1.6.2/g' requirements.txt \
&& sed -i 's/requests==.*/requests==2.31.0/g' requirements.txt \
&& sed -i 's/python-kasa==.*/python-kasa==0.5.1/g' requirements.txt \
Expand Down

0 comments on commit 5021db0

Please sign in to comment.