Files
raid-callouts/pyproject.toml
Gabriella Agathon 6918f36f1a
All checks were successful
Test Helper Module / test (3.11.5) (push) Successful in 1m57s
Update pyproject and poetry.lock
2026-02-18 13:19:39 -07:00

25 lines
488 B
TOML

[tool.poetry]
package-mode = false
[project]
name = "raid-callouts"
version = "0.3.2"
description = ""
authors = [
{name = "Gabriella Agathon",email = "gstimac@msudenver.edu"}
]
readme = "README.md"
requires-python = ">=3.11.5"
dependencies = [
"psycopg2-binary (==2.9.11)",
"discord.py (==2.4.0)",
"pytest (==8.2.2)",
"pylint (==3.2.6)",
"requests (==2.32.5)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"