CoolFace
Apppublic

AlphaSphereDotAI/Chattr

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
pyproject.toml42 linesDownload Raw Back to root
1[project]2  authors = [3    { email = "mohamed.hisham.abdelzaher@gmail.com", name = "Mohamed Hisham Abdelzaher" },4  ]5  dependencies = [6    "agno[google,qdrant]>=2.4.7",7    "ddgs>=9.10.0",8    "fastembed>=0.7.4",9    "gradio[mcp]>=6.5.1",10    "m3u8>=6.0.0",11    "mem0ai>=1.0.2",12    "rich>=14.3.1",13  ]14  description = "App part of the Chatacter Backend"15  name = "chattr"16  readme = "README.md"17  requires-python = ">=3.13,<3.14"18  version = "0.1.0"19 20  [project.scripts]21    chattr = "chattr.__main__:main"22 23[build-system]24  build-backend = "uv_build"25  requires = ["uv_build"]26 27[dependency-groups]28  dev = [29    "doppler-env>=0.3.1",30    "pre-commit>=4.5.1",31    "pyrefly>=0.46.1",32    "pytest-emoji>=0.2.0",33    "pytest-md>=0.2.0",34    "pytest-mergify>=2026.1.26.1",35    "ruff>=0.14.14",36    "ty>=0.0.14",37    "uv-build>=0.9.28",38  ]39 40[tool.ruff]41  extend = ".github/lint/.ruff.toml"42