-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
116 lines (114 loc) · 3.03 KB
/
Copy pathpyproject.toml
File metadata and controls
116 lines (114 loc) · 3.03 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
[project]
name = "glaze"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "~=3.12.0"
dependencies = [
"aiofiles==25.1.0",
"annotated-doc==0.0.4",
"annotated-types==0.7.0",
"anyio==4.13.0",
"asgiref==3.11.1",
"attrs==26.1.0",
"av>=17.0.1",
"brotli==1.2.0",
"certifi==2026.4.22",
"cffi==2.0.0",
"charset-normalizer==3.4.7",
"click==8.3.3",
"coverage[toml]==7.13.5",
"cryptography==46.0.7",
"diff-match-patch==20241021",
"dj-database-url==2.3.0",
"django==6.0.4",
"django-admin-sortable2==2.3.1",
"django-cors-headers==4.9.0",
"django-bootstrap4-form==4.0.2",
"django-helpdesk>=2.1.1",
"django-import-export==4.3.9",
"django-meta==2.5.1",
"django-redis>=6.0.0",
"django-stubs-ext==6.0.2",
"django-stubs[compatible-mypy]==6.0.2",
"djangorestframework==3.17.1",
"djangorestframework-stubs[compatible-mypy]==3.16.9",
"drf-spectacular==0.29.0",
"fastapi==0.136.1",
"flatbuffers==25.12.19",
"google-auth==2.49.1",
"gunicorn==23.0.0",
"h11==0.16.0",
"httpcore==1.0.9",
"httpx==0.28.1",
"idna==3.14",
"imageio==2.37.3",
"inflection==0.5.1",
"iniconfig==2.3.0",
"jsonnet==0.22.0",
"jsonpath-ng==1.8.0",
"jsonschema==4.26.0",
"jsonschema-specifications==2025.9.1",
"lazy-loader==0.5",
"librt==0.8.1",
"llvmlite==0.47.0",
"msgpack==1.1.2",
"mypy==1.20.0",
"mypy-extensions==1.1.0",
"opentelemetry-exporter-otlp-proto-grpc>=1.41.1",
"opentelemetry-instrumentation-asgi>=0.62b1",
"opentelemetry-instrumentation-django>=0.62b1",
"opentelemetry-instrumentation-psycopg>=0.62b1",
"opentelemetry-sdk>=1.41.1",
"packaging==26.2",
"pathspec==1.0.4",
"pillow==12.2.0",
"pillow-heif==1.3.0",
"platformdirs==4.9.6",
"pluggy==1.6.0",
"protobuf>=5.0,<7.0",
"psycopg[binary,pool]>=3.2.0",
"pyasn1==0.6.3",
"pyasn1-modules==0.4.2",
"pycparser==3.0",
"pydantic==2.13.4",
"pydantic-core==2.46.4",
"pygments==2.20.0",
"pyjwt>=2.13.0",
"pytest==9.0.3",
"pytest-cov==7.1.0",
"pytest-django==4.10.0",
"pytest-env==1.6.0",
"python-dotenv==1.2.2",
"pyyaml==6.0.3",
"redis==7.4.0",
"referencing==0.37.0",
"requests==2.33.1",
"rpds-py==0.30.0",
"ruff==0.12.1",
"setuptools==80.9.0",
"six==1.17.0",
"sqlparse==0.5.5",
"starlette==1.0.0",
"tablib==3.9.0",
"tifffile==2026.5.2",
"tqdm==4.67.3",
"types-pyyaml==6.0.12.20250915",
"types-requests==2.33.0.20260408",
"typing-extensions==4.15.0",
"typing-inspection==0.4.2",
"tzdata==2026.2",
"uritemplate==4.2.0",
"urllib3==2.7.0",
"uvicorn==0.46.0",
"whitenoise==6.9.0",
"djangorestframework-simplejwt>=5.5.1",
"opentelemetry-instrumentation-redis>=0.62b1",
"strawberry-graphql-django>=0.86.1",
"boto3>=1.43.27",
"modal>=1.5.0",
]
[tool.uv]
find-links = ["third_party/python"]
[tool.uv.workspace]
members = ["tools", "potterdoc_mcp"]