-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (35 loc) · 938 Bytes
/
Copy pathpyproject.toml
File metadata and controls
36 lines (35 loc) · 938 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
[project]
name = "hyper-scale-ops"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"alembic>=1.18.4",
"asyncpg>=0.31.0",
"contextvars>=2.4",
"email-validator>=2.3.0",
"fastapi>=0.136.3",
"jinja2>=3.1.6",
"loguru>=0.7.3",
"opentelemetry-api>=1.44.0",
"opentelemetry-exporter-otlp>=1.44.0",
"opentelemetry-instrumentation-fastapi>=0.65b0",
"opentelemetry-instrumentation-logging>=0.65b0",
"opentelemetry-instrumentation-requests>=0.65b0",
"opentelemetry-instrumentation-sqlalchemy>=0.65b0",
"opentelemetry-sdk>=1.44.0",
"psycopg2-binary>=2.9.12",
"pydantic-settings>=2.14.1",
"sqlalchemy>=2.0.50",
"starlette>=1.2.0",
"uvicorn>=0.48.0",
]
[dependency-groups]
dev = [
"asyncpg>=0.31.0",
"httpx>=0.28.1",
"pytest==9.0.3",
"pytest-asyncio==1.4.0",
"pytest-cov>=7.1.0",
"ruff>=0.15.20",
"testcontainers[postgres]>=4.14.2",
]