summaryrefslogtreecommitdiff
path: root/backend/pyproject.toml
AgeCommit message (Collapse)Author
2025-07-28Merge commit from forkv3.1.10AAGaming
* fix incorrect permissions on plugin directories * chown plugin dirs too * fix the stupid * cleanup useless comments
2025-03-26Revert "fix dev on newer python (steamos 3.7)" (#758)v3.1.5-pre1v3.1.5Lukas Senionis
This reverts commit efac7bc397b8949f3748118469befab6b97aa45e.
2025-03-19fix dev on newer python (steamos 3.7)v3.1.4-pre1AAGaming
2025-01-02Bump aiohttp from 3.10.10 to 3.10.11 in /backend (#728)dependabot[bot]
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.10 to 3.10.11. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.10...v3.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03set process/thread titles for decky and pluginsAAGaming
sadly requires the `setproctitle` pypi module because python doesn't have a builtin to do this :/
2024-06-29treewide: fix package structureK900
The static files need to be inside the module to be installed correctly as part of the module.
2024-06-29backend: update all dependencies to latestK900
2024-05-04implement fetch and external resource request apisAAGaming
2023-12-30Implement legacy & modern plugin method calls over WSAAGaming
This version builds fine and runs all of the 14 plugins I have installed perfectly, so we're really close to having this done.
2023-12-29refactor(backend): get version from package metadataK900
2023-12-29feat(backend): enable poetry-dynamic-versioningK900
2023-11-13Packaging rework (#531)marios8543/async-plugin-method-requestsK900
* fix: get rid of title view jank on latest beta * Count the number of installs for each plugin (#557) * Bump aiohttp from 3.8.4 to 3.8.5 in /backend (#558) * fix: include Decky version in request for index.js This avoids the If-Modified-Since logic in aiohttp and ensures Steam doesn't cache old JS, even if the timestamps are normalized. * fix: clean up shellcheck warnings in act runner script * fix: gitignore settings/ * fix: ensure state directories exist when running without the installer * feat: determine root directory correctly when running from in-tree * fix: fix typo in CI script * refactor: build a proper Python package with poetry * refactor: move decky_plugin under the poetry structure There's no need to special case it anymore, just treat it like any other Python module. * sandboxed_plugin: better fix, attempt 2 --------- Co-authored-by: AAGaming <aagaming@riseup.net> Co-authored-by: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>