mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 19:55:46 +00:00
90b6f45005
Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.0.0 to 2.2.2. - [Release notes](https://github.com/Rapptz/discord.py/releases) - [Commits](https://github.com/Rapptz/discord.py/compare/v2.0.0...v2.2.2) --- updated-dependencies: - dependency-name: discord-py 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>
24 lines
588 B
TOML
24 lines
588 B
TOML
[tool.poetry]
|
|
name = "robocop_ng"
|
|
version = "1.0.1"
|
|
description = "Discord bot for handling ReSwitched moderation tasks and such, (n)ext-(g)en rewrite of Robocop"
|
|
authors = ["ReSwitched Team"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/reswitched/robocop-ng"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
python-dateutil = "^2.8.2"
|
|
humanize = "^4.6.0"
|
|
parsedatetime = "^2.6"
|
|
aiohttp = "^3.8.4"
|
|
gidgethub = "^5.2.1"
|
|
"discord.py" = "^2.2.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|