Update some back-end configurations #3

Merged
contrastellar merged 6 commits from gabby-dev into main 2026-02-20 05:11:09 +00:00
2 changed files with 1272 additions and 0 deletions
Showing only changes of commit 6918f36f1a - Show all commits

1248
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

24
pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[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"