22 lines
537 B
TOML
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"
|