GalaxyCogs/pyproject.toml
SeaswimmerTheFsh 8cb4b3bb35
Some checks failed
Pylint / Pylint (push) Failing after 32s
feat(repo): switched to poetry for dependency management
2023-09-24 08:29:25 -04:00

23 lines
529 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"
[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"