d1a434d442
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
26 lines
616 B
TOML
26 lines
616 B
TOML
[tool.poetry]
|
|
name = "Ryujinx-Mako"
|
|
version = "0.0.0"
|
|
description = "A custom GitHub App to aid Ryujinx with project management and moderation"
|
|
license = "MIT"
|
|
authors = [
|
|
"Ryujinx Team and Contributors"
|
|
]
|
|
readme = "README.md"
|
|
repository = "https://github.com/Ryujinx/Ryujinx-Mako"
|
|
packages = [{include = "ryujinx_mako"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.8"
|
|
PyGithub = "^2.3.0"
|
|
PyYAML = "^6.0.1"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^24.3.0"
|
|
|
|
[tool.poetry.scripts]
|
|
ryujinx-mako = "ryujinx_mako.__main__:run"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|