Skip to content

Commit cd849c1

Browse files
authored
⬆️ Update ElectionGuard library dependency to 1.1.7 (#110)
* ⬆️ Update electionguard library dependency to 1.1.7 * Use poetry 1.0.10 in make and docker
1 parent 7eb7ed4 commit cd849c1

File tree

4 files changed

+29
-89
lines changed

4 files changed

+29
-89
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt update && apt-get install -y \
55
libgmp-dev \
66
libmpfr-dev \
77
libmpc-dev
8-
RUN pip install poetry
8+
RUN pip install 'poetry==1.0.10'
99
COPY ./pyproject.toml /tmp/
1010
COPY ./poetry.lock /tmp/
1111
RUN cd /tmp && poetry export -f requirements.txt > requirements.txt

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ all: environment lint start
1616
environment:
1717
@echo 🔧 SETUP
1818
make install-gmp
19-
pip install poetry
19+
pip install 'poetry==1.0.10'
2020
poetry install
2121

2222
install-gmp:

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/postman/ElectionGuard Web Api.postman_collection.json

Lines changed: 24 additions & 84 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)