Skip to content

Commit

Permalink
Revert "Unpin pypowerwall library"
Browse files Browse the repository at this point in the history
This reverts commit fb66a20.
  • Loading branch information
jasonacox committed Dec 21, 2023
1 parent fb66a20 commit cd16009
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,3 @@ tools/set-mode.auth
tools/set-mode.conf
tools/tedapi/request.bin
tools/tedapi/app*
.pypowerwall.auth
2 changes: 1 addition & 1 deletion proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-alpine
WORKDIR /app
RUN pip3 install pypowerwall bs4
RUN pip3 install pypowerwall==0.6.4 bs4
COPY . .
CMD ["python3", "server.py"]
EXPOSE 8675

0 comments on commit cd16009

Please sign in to comment.