added planetmint-driver branch reference to dockerfiles for testing

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
Lorenz Herzberger 2022-04-27 11:34:12 +02:00
parent 0854d0755c
commit 904788749c
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A
2 changed files with 4 additions and 3 deletions

View File

@ -17,10 +17,10 @@ RUN pip install --upgrade \
#git+https://github.com/planetmint/cryptoconditions.git@gitzenroom \ #git+https://github.com/planetmint/cryptoconditions.git@gitzenroom \
#git+https://github.com/planetmint/planetmint-driver.git@gitzenroom \ #git+https://github.com/planetmint/planetmint-driver.git@gitzenroom \
planetmint-cryptoconditions>=0.9.4\ planetmint-cryptoconditions>=0.9.4\
planetmint-driver>=0.9.0 \ # planetmint-driver>=0.9.0 \
git+https://github.com/planetmint/planetmint-driver-python.git@asset-migration \
blns blns
#FROM python:3.9 #FROM python:3.9

View File

@ -13,7 +13,8 @@ RUN mkdir -p /src
RUN pip install --upgrade meson ninja RUN pip install --upgrade meson ninja
RUN pip install --upgrade \ RUN pip install --upgrade \
pytest~=6.2.5 \ pytest~=6.2.5 \
planetmint-driver~=0.9.0 \ # planetmint-driver~=0.9.0 \
git+https://github.com/planetmint/planetmint-driver-python.git@asset-migration \
pycco \ pycco \
websocket-client~=0.47.0 \ websocket-client~=0.47.0 \
#git+https://github.com/planetmint/cryptoconditions.git@gitzenroom \ #git+https://github.com/planetmint/cryptoconditions.git@gitzenroom \