GalaxyCogs/pyproject.toml
SeaswimmerTheFsh 41daea645d
All checks were successful
Pylint / Pylint (push) Successful in 1m9s
feat(moderation): introduced moderation cog
2023-09-24 23:55:21 -04:00

24 lines
548 B
TOML

[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]
python = ">=3.11,<3.12"
Red-DiscordBot = "^3.5.5"
pytimeparse2 = "^1.7.1"
yt-dlp = "^2023.9.24"
prisma = "^0.10.0"
[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"