Add poetry.lock

Update pyproject.toml
update dockerfile
This commit is contained in:
2026-02-19 21:49:28 -07:00
parent 134bafdc61
commit 95e2ddf103
3 changed files with 1128 additions and 21 deletions

View File

@@ -13,7 +13,8 @@ requires-python = ">=3.11"
dependencies = [
"discord-py (==2.4.0)",
"pylint (>=4.0.4,<5.0.0)",
"pytest (>=9.0.2,<10.0.0)"
"pytest (>=9.0.2,<10.0.0)",
"psycopg2-binary"
]