open-cortex / pyproject.toml
peninsula123's picture
Prepare OpenCortex hackathon submission
cb55577
Raw
History Blame Contribute Delete
517 Bytes
[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"