summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-05-04 22:39:30 -0400
committerAAGaming <aagaming@riseup.net>2024-05-04 22:39:30 -0400
commit14ea7b964f65460c08f39d42e1621aabd1db22fc (patch)
tree42b62d1eb69a94aa80c1cacb8c89d549c21cf86c /backend/pyproject.toml
parent2a22f000c12bd3704a93e897ed71e644392baeef (diff)
downloaddecky-loader-14ea7b964f65460c08f39d42e1621aabd1db22fc.tar.gz
decky-loader-14ea7b964f65460c08f39d42e1621aabd1db22fc.zip
implement fetch and external resource request apis
Diffstat (limited to 'backend/pyproject.toml')
-rw-r--r--backend/pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index 5c8ef169..60a030a7 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -13,12 +13,13 @@ include = ["decky_loader/static/*"]
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
-aiohttp = "^3.8.5"
+aiohttp = "^3.9.5"
aiohttp-jinja2 = "^1.5.1"
aiohttp-cors = "^0.7.0"
watchdog = "^2.1.7"
certifi = "*"
packaging = "^23.2"
+multidict = "^6.0.5"
[tool.poetry.group.dev.dependencies]
pyinstaller = "^5.13.0"