Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt update && apt-get install -y \
libgmp-dev \
libmpfr-dev \
libmpc-dev
RUN pip install poetry
RUN pip install 'poetry==1.0.10'
COPY ./pyproject.toml /tmp/
COPY ./poetry.lock /tmp/
RUN cd /tmp && poetry export -f requirements.txt > requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all: environment lint start
environment:
@echo 🔧 SETUP
make install-gmp
pip install poetry
pip install 'poetry==1.0.10'
poetry install

install-gmp:
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

108 changes: 24 additions & 84 deletions tests/postman/ElectionGuard Web Api.postman_collection.json

Large diffs are not rendered by default.