mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-08 15:33:53 -05:00
Updated poetry to 2.0^ and added poetry-plugin-export
This commit is contained in:
1594
backend/poetry.lock
generated
1594
backend/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -34,6 +34,7 @@ garminconnect = "^0.2.24"
|
||||
websockets = "^14.1"
|
||||
timezonefinder = "^6.5.5"
|
||||
psycopg = {extras = ["binary", "pool"], version = "^3.2.3"}
|
||||
poetry = "^2.0.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
||||
@@ -23,6 +23,9 @@ WORKDIR /tmp/backend
|
||||
# Install Poetry
|
||||
RUN pip install --no-cache-dir poetry
|
||||
|
||||
# Add poetry-plugin-export
|
||||
RUN poetry self add poetry-plugin-export
|
||||
|
||||
# Copy pyproject.toml and poetry.lock* files
|
||||
COPY backend/pyproject.toml backend/poetry.lock* ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user