fixed dependencies erroring
All checks were successful
Docker Build / Build SeaCogs (push) Successful in 4s
Docker Build / Build PyZipline (push) Successful in 56s

This commit is contained in:
Seaswimmer 2024-01-15 05:44:00 -05:00
parent c36293941f
commit d06b939ea9
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -45,6 +45,7 @@ RUN poetry config virtualenvs.create false
# 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/poetry.lock -o poetry.lock
RUN poetry install --with dev --with docs --no-root