2023-09-24 08:29:25 -04:00
|
|
|
[tool.poetry]
|
|
|
|
name = "galaxycogs"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Custom cogs/cog modifications intended for the Galaxy discord server."
|
|
|
|
authors = ["Galaxy Discord Management Team"]
|
|
|
|
license = "MPL 2"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2023-10-07 20:01:42 -04:00
|
|
|
python = ">=3.9,<3.12"
|
2023-09-24 08:29:25 -04:00
|
|
|
Red-DiscordBot = "^3.5.5"
|
|
|
|
pytimeparse2 = "^1.7.1"
|
2023-09-24 23:55:21 -04:00
|
|
|
prisma = "^0.10.0"
|
2023-10-04 09:14:36 -04:00
|
|
|
mysql-connector-python = "^8.1.0"
|
2023-10-04 13:11:18 -04:00
|
|
|
humanize = "^4.8.0"
|
2023-10-24 00:13:32 -04:00
|
|
|
pytube = "^15.0.0"
|
2023-09-24 08:29:25 -04:00
|
|
|
|
|
|
|
[tool.poetry.group.dev]
|
|
|
|
optional = true
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
pylint = "^2.17.5"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|