[project]
name = "proxy"
version = "0.1.0"
description = "Fansifter Prototypes reverse proxy for multiple Streamlit/FastAPI apps"
requires-python = ">=3.12"
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'",
    "jinja2>=3.1.6",
]

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

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