forked from eval-sys/mcpmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (42 loc) · 850 Bytes
/
pyproject.toml
File metadata and controls
47 lines (42 loc) · 850 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
42
43
44
45
46
47
[project]
authors = []
name = "MCPMark"
requires-python = ">= 3.11"
version = "0.0.1"
dependencies = [
"notion-client==2.4.0",
"playwright>=1.43.0",
"seaborn>=0.12.0",
"matplotlib>=3.7.0",
"numpy>=1.23.0",
"openai-agents>=0.2.3,<0.3",
"openai>=1.96.1",
"python-dotenv>=1.1.1,<2",
"ruff>=0.12.4,<0.13",
"psycopg2-binary>=2.9.10,<3",
"pyyaml>=6.0.2,<7",
"nest-asyncio>=1.6.0,<2",
"pixi",
"pipx>=1.7.1,<2",
"pgdumplib>=3.1.0,<4",
"litellm==1.80.0"
]
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.pixi.workspace]
channels = ["conda-forge"]
platforms = [
"osx-arm64",
"linux-aarch64",
"linux-64",
"win-64",
"osx-64",
]
[tool.pixi.tasks]
fmt = "ruff"
[tool.ruff.format]
indent-style = "space"
line-ending = "auto"
[tool.hatch.build.targets.wheel]
packages = ["src", "tasks"]