MH0386 commited on
Commit
3540ca7
·
verified ·
1 Parent(s): 55ac3a7

Delete pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -28
pyproject.toml DELETED
@@ -1,28 +0,0 @@
1
- [project]
2
- name = "chattr"
3
- version = "0.1.0"
4
- description = "App part of the Chatacter Backend"
5
- readme = "README.md"
6
- authors = [
7
- { name = "Mohamed Hisham Abdelzaher", email = "[email protected]" },
8
- ]
9
- requires-python = ">=3.12"
10
- dependencies = [
11
- "gradio>=5.39.0",
12
- "langchain>=0.3.27",
13
- "langchain-mcp-adapters>=0.1.9",
14
- "langchain-openai>=0.3.28",
15
- "langgraph>=0.6.3",
16
- "langgraph-checkpoint-redis>=0.0.8",
17
- "m3u8>=6.0.0",
18
- ]
19
-
20
- [project.scripts]
21
- chattr = "chattr.__main__:main"
22
-
23
- [build-system]
24
- requires = ["uv_build"]
25
- build-backend = "uv_build"
26
-
27
- [dependency-groups]
28
- dev = ["ruff>=0.12.7", "ty>=0.0.1a16"]