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]
|
|
|
|
python = "^3.8"
|
2022-05-24 17:53:40 +00:00
|
|
|
"discord.py" = {git = "https://github.com/Rapptz/discord.py.git", rev = "69b4d9a4"}
|
2021-07-31 21:28:20 +00:00
|
|
|
python-dateutil = "^2.8.2"
|
2021-07-31 22:29:34 +00:00
|
|
|
humanize = "^3.3.0"
|
2021-07-31 21:28:20 +00:00
|
|
|
parsedatetime = "^2.6"
|
|
|
|
aiohttp = "^3.7.4"
|
|
|
|
gidgethub = "^5.0.1"
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|