Skip to content

Commit ffcf16e

Browse files
committed
build: release 0.5.10 - drop platformdirs dependency
1 parent 4dd92a9 commit ffcf16e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN pip install "poetry==$POETRY_VERSION"
2020
WORKDIR /app
2121
COPY poetry.lock pyproject.toml README.md /app/
2222
RUN poetry install --no-interaction --no-ansi --only main
23+
RUN pip install platformdirs
2324
COPY knowit/ /app/knowit/
2425
RUN poetry build --no-interaction --no-ansi
2526

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "knowit"
3-
version = "0.5.9"
3+
version = "0.5.10"
44
description = "Know better your media files"
55
authors = [
66
"Rato",
@@ -53,7 +53,6 @@ pint = { version = ">=0.20.1,<0.25.0", optional = true }
5353
pymediainfo = "^7.0.1"
5454
pyyaml = "^6.0"
5555
trakit = "^0.2.2"
56-
platformdirs = "^4.3.8"
5756

5857
[tool.poetry.group.dev.dependencies]
5958
pytest = "^8.4.1"

0 commit comments

Comments
 (0)