DiscordEventLog/pyproject.toml
SeaswimmerTheFsh 7bd35f2713
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 32s
initial commit
2023-11-24 17:49:55 -05:00

20 lines
446 B
TOML

[tool.poetry]
name = "discordeventlog"
version = "0.1.0"
description = "Event Log for Discord"
authors = ["SeaswimmerTheFsh <seaswimmerthefsh@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
flask = "^3.0.0"
python-dotenv = "^1.0.0"
flask-discord = "^0.1.69"
[tool.poetry.group.dev.dependencies]
pylint = "^3.0.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"