Update pyproject and poetry.lock
All checks were successful
Test Helper Module / test (3.11.5) (push) Successful in 1m57s
All checks were successful
Test Helper Module / test (3.11.5) (push) Successful in 1m57s
This commit is contained in:
1248
poetry.lock
generated
Normal file
1248
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
24
pyproject.toml
Normal file
24
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user