mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-26 15:35:45 +00:00
added planetmint-driver branch reference to dockerfiles for testing
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
0854d0755c
commit
904788749c
@ -17,12 +17,12 @@ 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
|
||||||
#
|
#
|
||||||
#RUN apt-get update && apt-get install -y vim zsh
|
#RUN apt-get update && apt-get install -y vim zsh
|
||||||
|
|||||||
@ -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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user