[temporary] Using nucypher-core from git

Replace with dependency relock when it is published.
pull/2832/head
Bogdan Opanchuk 2021-12-20 16:51:51 -08:00
parent e5620c3155
commit 99f7f6d38a
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM python:3.8.7-slim
# Update
RUN apt update -y && apt upgrade -y
RUN apt install patch gcc libffi-dev wget -y
RUN apt install patch gcc libffi-dev wget git -y
WORKDIR /code
COPY . /code

View File

@ -2,7 +2,7 @@ FROM python:3.8.7-slim
# Update
RUN apt update -y && apt upgrade -y
RUN apt install patch gcc libffi-dev wget -y
RUN apt install patch gcc libffi-dev wget git -y
WORKDIR /code
COPY . /code

View File

@ -104,3 +104,4 @@ web3==5.12.3
websockets==8.1; python_full_version >= '3.6.1'
werkzeug==2.0.1; python_version >= '3.6'
zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
nucypher_core @ git+https://github.com/nucypher/nucypher-core.git#subdirectory=nucypher-core-python