Abyss/pyproject.toml
SeaswimmerTheFsh 81d75b7e27
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 34s
post-initial commit
2023-10-22 20:48:14 -04:00

22 lines
537 B
TOML

[tool.poetry]
name = "abyss"
version = "0.1.0"
description = "Abyss is a front-end made in Python, meant to interact with my Moderation cog from the GalaxyCogs repository."
authors = ["SeaswimmerTheFsh <seaswimmerthefsh@gmail.com>"]
license = "GNU GPL"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
discord = "^2.3.2"
flask = "^3.0.0"
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
pylint = "^3.0.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"