ryuko-ng/pyproject.toml
dependabot[bot] ff7dcd0bb5
Bump discord-py from 2.3.2 to 2.4.0
Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.3.2 to 2.4.0.
- [Commits](https://github.com/Rapptz/discord.py/compare/v2.3.2...v2.4.0)

---
updated-dependencies:
- dependency-name: discord-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 21:04:51 +00:00

24 lines
582 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.11"
python-dateutil = "^2.8.2"
humanize = "^4.8.0"
parsedatetime = "^2.6"
aiohttp = "^3.9.3"
gidgethub = "^5.3.0"
"discord.py" = "^2.4.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"