34 lines
775 B
TOML
34 lines
775 B
TOML
[project]
|
|
name = "schiphol"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"aiorun>=1.6.0",
|
|
"datamodel-code-generator>=0.49.0",
|
|
"kstreams>=0.10.0",
|
|
"pip>=25.3",
|
|
"pydantic>=2.12.5",
|
|
"pydantic-settings>=2.12.0",
|
|
"python-schema-registry-client>=2.6.1",
|
|
"requests>=2.32.5",
|
|
"requests-ratelimiter>=0.6.0",
|
|
"opentelemetry-api>=1.27.0",
|
|
"opentelemetry-sdk>=1.27.0",
|
|
"opentelemetry-exporter-otlp>=1.27.0",
|
|
"opentelemetry-instrumentation-requests>=0.48b0",
|
|
]
|
|
|
|
[tool.ruff]
|
|
line-length = 100
|
|
target-version = "py314"
|
|
|
|
[tool.ruff.lint]
|
|
select = ["E", "F", "I", "UP", "B", "SIM"]
|
|
ignore = []
|
|
|
|
[tool.ruff.format]
|
|
quote-style = "double"
|
|
indent-style = "space"
|