32 lines
752 B
TOML
32 lines
752 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",
|
|
]
|
|
|
|
[project.scripts]
|
|
schiphol = "src.main:main"
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools]
|
|
packages = ["src"]
|