-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
271 lines (231 loc) · 5.97 KB
/
pyproject.toml
File metadata and controls
271 lines (231 loc) · 5.97 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
# Python dependency manifest for Bazel lock file generation.
#
# This file serves as the single source of truth for Python dependencies.
# It is NOT used for pip/uv installation - dependencies are consumed via Bazel.
#
# Workflow:
# 1. Edit dependencies in [project.dependencies] below
# 2. Run: bazel run //:requirements.update
# 3. This generates requirements_bazel.txt (the lock file)
# 4. Bazel targets reference deps as @pypi//package_name
#
# Individual packages no longer have their own pyproject.toml files.
[project]
name = "ducktape"
version = "0.0.0"
requires-python = ">=3.13"
dependencies = [
# Core
"pydantic>=2.0.0",
"pydantic-settings>=2.0.0",
"typer>=0.12.0",
"typer-di>=0.1.3",
"click>=8.0",
"rich>=13.0.0",
"structlog",
"platformdirs>=3.0",
# Web frameworks
"fastapi>=0.115.0",
"uvicorn[standard]>=0.30.0",
"httpx>=0.27.0",
"websockets>=15.0",
"hass-client>=1.2.0",
"aiohttp>=3.9.0",
"requests>=2.32.5",
# Async
"anyio>=4.4",
"aiosqlite>=0.18.0",
"aiodocker>=0.22.0",
"asyncpg>=0.29.0",
# LLM/AI
"openai>=1.40.0",
"anthropic",
"claude-code-sdk>=0.0.21,<0.1",
"tiktoken>=0.7.0",
"tenacity>=8.2.0",
# MCP
"mcp[cli]>=1.13.1",
"fastmcp>=3.0.0,<4",
# Docker
"docker>=7.0.0",
# Data
"pandas>=2.2.0",
"PyYAML>=6.0",
"jinja2>=3.1",
"pathspec",
"canonicaljson>=1.6.0",
"compact-json>=1.4.0",
"tomlkit",
"tomli>=2.0.0",
"tomli-w>=1.0.0",
# Database
"sqlalchemy[asyncio]>=2.0.32",
"alembic>=1.13.0",
"psycopg[binary]>=3.1",
"psycopg2-binary>=2.9.6",
# Git
"pygit2>=1.18",
"PyGithub>=1.77",
# Visualization
"plotnine>=0.13.0",
"matplotlib",
"networkx>=3.0",
"types-networkx",
# Jupyter
"ipykernel>=6",
"jupyter-mcp-server>=0.11.0",
"jupyter-server",
# Matrix
"mautrix>=0.20.0",
# wt (worktree)
"colorama>=0.4",
"psutil>=5.9",
"punq>=0.6.2",
"reaktiv>=0.20",
"tabulate>=0.9",
"watchdog>=4.0",
# x/gatelet
"cryptography>=41.0.0",
"python-multipart>=0.0.9",
"passlib",
"fastapi-csrf-protect",
"fastapi-users",
"fastapi-users-db-sqlalchemy",
"fastapi-sessions",
"aw-client",
"aw-core",
"google-api-python-client>=2.0.0",
"google-auth",
"google-auth-oauthlib>=1.0.0",
"google-auth-httplib2>=0.1.0",
"homeassistant-api",
# gmail-archiver
"python-dateutil>=2.8.0",
"email-reply-parser>=0.5.12",
"beautifulsoup4>=4.14.3",
# tana
"playwright>=1.45",
# ducktape-llm-common
"humanize>=4.0.0",
"pytimeparse>=1.1.8",
"ruff>=0.5",
"pre-commit>=3.5",
# finance
"absl-py",
"splitwise",
# unidiff
"unidiff>=0.7.5",
# props
"vulture>=2.14",
# llm/html
"markdown>=3.5.2",
"markdownify>=0.11.0",
"lxml>=5.0.0",
"html5lib>=1.1",
# habitify
"python-dotenv",
# ember
"matrix-nio>=0.23",
"jupyter-client>=8.6",
"ipython>=8.26",
"kubernetes>=32.0",
"kubernetes-asyncio>=26.1",
# claude_hooks
"typing-extensions",
# claude_hooks
"opentelemetry-api>=1.20",
"opentelemetry-sdk>=1.20",
"opentelemetry-exporter-otlp-proto-http>=1.20",
"pproxy>=2.7",
"pyopenssl>=24.0",
"pyjwt>=2.8",
"pyrage>=1.0",
"supervisor>=4.2",
"numpy",
# skills
"asyncvnc>=1.3.0",
"hcloud>=2.0.0",
# skills/info_gathering/evals/twenty_questions/x
"autogen-agentchat>=0.4",
"autogen-core>=0.4",
"autogen-ext[openai,anthropic]>=0.4",
"langgraph>=0.2",
"langchain-mcp-adapters>=0.1",
"langchain-openai>=0.3",
"langchain-anthropic>=0.3",
"langchain-core>=0.3",
"pydantic-ai-slim[openai,anthropic,fastmcp]>=0.10",
"crewai>=0.80",
"openai-agents>=0.0.1",
# git_commit_ai
"mako>=1.3",
# gterm-theme
"dbus-python>=1.3.0",
"PyGObject>=3.40.0",
# dbus_fast_example
"dbus-fast>=4.0.0",
# inventree_utils
"django>=4.0",
"inventree>=0.15",
"pint>=0.24",
"tqdm>=4.66",
# yamllint
"yamllint>=1.35",
# Development and testing
"pytest>=8.3",
"pytest-asyncio>=0.25",
"pytest-timeout>=2.3",
"pytest-xdist>=3.0",
"pytest-mock>=3.10.0",
"pytest-env>=1.1.3",
"pytest-cov>=4.0",
"pytest-postgresql>=4.1.1",
"pytest-playwright",
"pytest-bazel>=0.1.6",
"testcontainers[postgres]>=4.14.1",
"respx>=0.22",
"asgi-lifespan>=2.1",
"syrupy>=4.0",
"PyHamcrest>=2.1",
"mypy==1.18.2",
"invoke",
# Type stubs for mypy
"types-PyYAML",
"types-requests",
"types-docker",
"types-colorama",
"types-Pygments",
"types-python-dateutil",
"types-Markdown",
"types-tabulate",
"types-filelock",
"types-aiofiles",
"types-psutil",
"types-jsonschema",
"types-unidiff",
"types-protobuf",
"asyncpg-stubs",
"pandas-stubs",
"sqlalchemy[mypy]>=2.0.32",
# Runtime packages needed only so their transitive type stubs (types-paramiko
# via types-docker, types-pytz via pandas-stubs) can resolve in the Bazel mypy
# types hub. Without these, rules_mypy's requirement("paramiko")/requirement("pytz")
# fails because the runtime packages aren't otherwise in the pip lockfile.
"paramiko",
"pytz",
# GEPA integration for props
"gepa>=0.0.22",
"litellm>=1.0.0",
"nest-asyncio>=1.5.0",
]
# 2025-12-29: Override rfc3987-syntax with fork that precompiles the Lark parser.
# Replaced N Lark parsers with one precompiled, ~9x smaller import time (0.8s → 0.09s).
# Pending upstream merge: https://github.com/willynilly/rfc3987-syntax/pull/11
[tool.uv]
override-dependencies = ["rfc3987-syntax"]
[tool.uv.sources]
rfc3987-syntax = { git = "https://github.com/agentydragon/rfc3987-syntax", branch = "adgn/one-parser" }
# Tell setuptools this is not a package (just uv config)
# Without this, setuptools discovers all 40+ top-level dirs as packages
[tool.setuptools]
packages = []