Ryujinx-Mako/pyproject.toml
dependabot[bot] a9e44905e1
Bump black from 23.12.1 to 24.1.1 (#7)
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...24.1.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 23:16:59 +01:00

27 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.1.1"
PyYAML = "^6.0.1"
[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
[tool.poetry.scripts]
ryujinx-mako = "ryujinx_mako.__main__:run"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"