File size: 517 Bytes
b7280c1 828386c cb55577 828386c cb55577 828386c a1231c7 bce1d4b | 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 | [project]
name = "open-cortex"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.137.0",
"gradio>=6.18.0",
"httpx>=0.28.1",
"uvicorn>=0.49.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"pytest>=9.1.0",
]
[[tool.uv.index]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true
[project.scripts]
open-cortex = "open_cortex.ui.app:main"
|