| [project] | |
| name = "omni-api-ui" | |
| version = "0.1.0" | |
| description = "Gradio UI for Omni API" | |
| readme = "README.md" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "gradio>=5.46.1", | |
| "requests>=2.31.0", | |
| "python-multipart>=0.0.20", | |
| "aiofiles>=24.1.0", | |
| "gradio-client>=1.13.1", | |
| "websockets==14.2", | |
| "python-dotenv>=1.1.1", | |
| ] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["."] | |
| [tool.uv] | |
| dev-dependencies = [ | |
| "pytest>=7.0.0", | |
| "watchdog>=2.1.0", | |
| ] | |
| [tool.flake8] | |
| ignore = ["E111"] | |
| max-line-length = 120 | |