File size: 617 Bytes
2a28594
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 = "chattr"
version = "0.1.0"
description = "App part of the Chatacter Backend"
readme = "README.md"
authors = [
  { name = "Mohamed Hisham Abdelzaher", email = "[email protected]" },
]
requires-python = ">=3.12"
dependencies = [
  "gradio>=5.36.2",
  "langchain>=0.3.26",
  "langchain-mcp-adapters>=0.1.9",
  "langchain-openai>=0.3.27",
  "langgraph>=0.5.2",
  "loguru>=0.7.3",
  "python-dotenv>=1.1.1",
]

[project.scripts]
chattr = "chattr.__main__:main"

[build-system]
requires = ["uv_build"]
build-backend = "uv_build"

[dependency-groups]
dev = ["ruff>=0.12.2", "ty>=0.0.1a12"]