[project]
name = "proxy"
version = "0.1.0"
description = "FastAPI reverse proxy for Streamlit applications"
requires-python = ">=3.11"
dependencies = [
    "fastapi>=0.109.0",
    "uvicorn[standard]>=0.27.0",
    "httpx>=0.26.0",
    "websockets>=12.0",
    "tomli>=2.0.1; python_version < '3.11'",
]

[tool.hatch.build.targets.wheel]
packages = ["proxy"]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
