Cleanup config files
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user