SeaCogs/pyproject.toml
SeaswimmerTheFsh 1323578f56
All checks were successful
Pylint / Pylint (3.11) (push) Successful in 43s
misc(repo): removed mysql-connector-python from the poetry file
2023-12-28 06:09:23 -05:00

23 lines
476 B
TOML

[tool.poetry]
name = "seacogs"
version = "0.1.0"
description = "My assorted cogs for Red-DiscordBot."
authors = ["SeaswimmerTheFsh"]
license = "MPL 2"
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
Red-DiscordBot = "^3.5.5"
pytimeparse2 = "^1.7.1"
humanize = "^4.8.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"