2021-07-31 21:28:20 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "robocop_ng"
|
2021-07-31 22:33:08 +00:00
|
|
|
version = "1.0.1"
|
2021-07-31 21:28:20 +00:00
|
|
|
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]
|
2023-11-20 19:04:30 +00:00
|
|
|
python = "^3.8"
|
2021-07-31 21:28:20 +00:00
|
|
|
python-dateutil = "^2.8.2"
|
2023-10-09 20:55:45 +00:00
|
|
|
humanize = "^4.8.0"
|
2021-07-31 21:28:20 +00:00
|
|
|
parsedatetime = "^2.6"
|
2023-10-09 20:52:01 +00:00
|
|
|
aiohttp = "^3.8.6"
|
2023-06-09 14:26:52 +00:00
|
|
|
gidgethub = "^5.3.0"
|
2023-10-09 20:47:14 +00:00
|
|
|
"discord.py" = "^2.3.2"
|
2021-07-31 21:28:20 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|