Cleanup config files

This commit is contained in:
2026-04-27 17:23:26 +02:00
parent ddbf567a19
commit f750cfa8e1
4 changed files with 156 additions and 170 deletions

View File

@@ -14,14 +14,13 @@ dependencies = [
"pytest-env (>=1.6.0,<2.0.0)"
]
[tool.poetry]
package-mode = false
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[virtualenvs]
in-project = true
create = true
[tool.alembic]
script_location = "%(here)s/migrations"
truncate_slug_length = 10
@@ -30,15 +29,6 @@ prepend_sys_path = [
"."
]
[tool.poetry]
package-mode = false
[tool.poetry.group.dev.dependencies]
pytest = ">=9.0"
[tool.poetry.dependencies]
python = ">=3.10,<4"
[tool.pytest.ini_options]
log_cli = true
log_cli_level = "WARNING"