Consolidate and organize config files (#61)

This commit is contained in:
Michael Plunkett
2025-03-03 08:10:23 -06:00
committed by GitHub
parent 9529784fa2
commit 85cec9fbb9
6 changed files with 17 additions and 15 deletions

View File

@@ -31,6 +31,13 @@ dependencies = [
"requests (>=2.25.1)",
"pyopenssl (>=23.3.0)",
]
[tool.pytest.ini_options]
pythonpath = "."
[tool.coverage.run]
omit = ["app/migrations/*"]
[tool.poetry.group.worker.dependencies]
watchdog = ">=6.0.0,<7.0.0"
setuptools = "^75.8.0"