summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-11-14 10:21:49 +0300
committerAAGaming <aagaming@riseup.net>2023-12-29 18:34:19 -0500
commit41c62c3a3436e0e2968bfaea9c612ba2873fcdfb (patch)
tree4865a5ae7d681c8195fe2c6fd87916d9c2050251 /backend/pyproject.toml
parent31a6202da96922162f8a567c137e3313a554d8d3 (diff)
downloaddecky-loader-41c62c3a3436e0e2968bfaea9c612ba2873fcdfb.tar.gz
decky-loader-41c62c3a3436e0e2968bfaea9c612ba2873fcdfb.zip
refactor(backend): get version from package metadata
Diffstat (limited to 'backend/pyproject.toml')
-rw-r--r--backend/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index eb9f3db6..9fbd2389 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -19,6 +19,7 @@ aiohttp-jinja2 = "^1.5.1"
aiohttp-cors = "^0.7.0"
watchdog = "^2.1.7"
certifi = "*"
+packaging = "^23.2"
[tool.poetry.group.dev.dependencies]
pyinstaller = "^5.13.0"