forked from memodb-io/Acontext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (35 loc) · 1.01 KB
/
pyproject.toml
File metadata and controls
36 lines (35 loc) · 1.01 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
[project]
name = "acontext_core"
version = "0.0.1.dev"
description = "Core for Acontext"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aio-pika>=9.5.7",
"aiobotocore>=2.24.2",
"anthropic>=0.67.0",
"asyncpg>=0.30.0",
"fastapi[standard]>=0.116.1",
"numpy>=2.3.4",
"openai>=1.95.1",
"pgvector>=0.4.1",
"pydantic>=2.11.7",
"python-dotenv>=1.1.1",
"pyyaml>=6.0.2",
"redis>=6.2.0",
"sqlalchemy[asyncio]>=2.0.41",
"structlog>=25.4.0",
"uvicorn>=0.35.0",
"opentelemetry-api>=1.32.0",
"opentelemetry-sdk>=1.32.0",
"opentelemetry-exporter-otlp-proto-grpc>=1.32.0",
"opentelemetry-instrumentation-fastapi>=0.54.0",
"opentelemetry-instrumentation-dbapi>=0.54.0",
"opentelemetry-instrumentation-sqlalchemy>=0.54.0",
"opentelemetry-instrumentation-redis>=0.54.0",
"e2b-code-interpreter>=2.4.1",
"novita-sandbox>=1.0.4",
"urllib3>=2.6.3",
]
[dependency-groups]
dev = ["pytest>=8.4.1", "pytest-asyncio>=1.0.0", "pytest-cov>=6.2.1"]