[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "linnet" version = "0.1.0" description = "Real-time tone annotation for ND/autistic users" requires-python = ">=3.11" license = {text = "BSL-1.1"} dependencies = [ "fastapi>=0.111", "uvicorn[standard]>=0.29", "websockets>=12.0", "python-dotenv>=1.0", "httpx>=0.27", "cf-voice", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "pytest-asyncio>=0.23", "httpx>=0.27", ] [tool.setuptools.packages.find] where = ["."] include = ["app*"] [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto"