-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (37 loc) · 823 Bytes
/
pyproject.toml
File metadata and controls
41 lines (37 loc) · 823 Bytes
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
34
35
36
37
38
39
40
41
[project]
authors = [
{ email = "mohamed.hisham.abdelzaher@gmail.com", name = "Mohamed Hisham Abdelzaher" },
]
dependencies = [
"agno[google,qdrant]>=2.6.6",
"ddgs>=9.14.4",
"fastembed>=0.8.0",
"gradio[mcp]>=6.14.0",
"m3u8>=6.0.0",
"mem0ai>=2.0.2",
"poml>=0.0.8",
"rich>=15.0.0",
]
description = "App part of the Chatacter Backend"
name = "chattr"
readme = "README.md"
requires-python = ">=3.14.4,<3.15"
version = "0.0.157"
[project.scripts]
chattr = "chattr.__main__:main"
[build-system]
build-backend = "uv_build"
requires = ["uv_build"]
[dependency-groups]
dev = [
"doppler-env>=0.3.1",
"pre-commit>=4.6.0",
"pytest-emoji>=0.2.0",
"pytest-md>=0.2.0",
"pytest-mergify>=2026.4.7.1",
"ruff>=0.15.13",
"ty>=0.0.36",
"uv-build>=0.11.14",
]
[tool.ruff]
extend = ".github/lint/.ruff.toml"