add poetry generation

This commit is contained in:
2026-02-19 11:15:27 -07:00
parent 8ed5a0e81d
commit d695a099e5

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[project]
name = "very-bad-bot"
version = "1.0"
description = "Discord bot for Pilots' Lounge Discord Server"
authors = [
{name = "Gabriella Agathon",email = "gstimac@msudenver.edu"}
]
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"discord-py (==2.4.0)",
"pylint (>=4.0.4,<5.0.0)",
"pytest (>=9.0.2,<10.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"