fixed dependencies erroring
This commit is contained in:
parent
c36293941f
commit
d06b939ea9
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ RUN poetry config virtualenvs.create false
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
||||||
|
RUN python3.12 -m pip install -U click packaging colorama zipp distro importlib-metadata
|
||||||
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/pyproject.toml -o pyproject.toml
|
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/pyproject.toml -o pyproject.toml
|
||||||
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/poetry.lock -o poetry.lock
|
RUN curl -sSL https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/raw/branch/main/poetry.lock -o poetry.lock
|
||||||
RUN poetry install --with dev --with docs --no-root
|
RUN poetry install --with dev --with docs --no-root
|
||||||
|
|
Loading…
Reference in a new issue