update to poetry v2 and new specklepy

This commit is contained in:
Gergő Jedlicska
2023-08-14 14:28:44 +02:00
parent 1406b23506
commit 18db35866b
7 changed files with 148 additions and 93 deletions
-1
View File
@@ -4,4 +4,3 @@ RUN pip install poetry
COPY . .
RUN poetry export -f requirements.txt --output requirements.txt && pip install -r requirements.txt
# RUN poetry install --no-root --no-dev