File size: 597 Bytes
0168600 879d5da 0168600 879d5da 0168600 879d5da 759f8e5 2ee3165 0168600 2ee3165 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
[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
|