-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
51 lines (48 loc) · 1.2 KB
/
pyproject.toml
File metadata and controls
51 lines (48 loc) · 1.2 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
[project]
name = "vvzapi"
version = "1.12.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"alembic>=1.18.3",
"fastapi[standard]>=0.128.0",
"jinja2>=3.1.6",
"jinja2-htmlmin>=1.0.1",
"jinja2-pluralize>=0.3.0",
"jinjax>=0.63",
"opentelemetry-instrumentation-fastapi>=0.60b1",
"opentelemetry-exporter-otlp-proto-grpc>=1.21.0",
"opentelemetry-sdk>=1.21.0",
"pydantic>=2.12.5",
"pydantic-settings>=2.12.0",
"pyparsing>=3.3.2",
"rapidfuzz>=3.14.3",
"scrapy>=2.14.1",
"slowapi>=0.1.9",
"sqlmodel>=0.0.31",
"toml>=0.10.2",
"aiosqlite>=0.22.1",
"prometheus-fastapi-instrumentator>=7.1.0",
]
[dependency-groups]
dev = [
"basedpyright>=1.37.2",
"djlint>=1.36.4",
"ruff>=0.15.0",
]
[tool.basedpyright]
typeCheckingMode = "all"
include = ["api", "scraper"]
reportDeprecated = false
reportUninitializedInstanceVariable = false
reportUnusedCallResult = false
allowedUntypedLibraries = ["jinja2_pluralize", "slowapi", "jinjax", "opentelemetry"]
[tool.djlint]
profile = "django"
ignore = "H021"
format_js=true
format_css=true
line_break_after_multiline_tag=true
max_blank_lines=1
ignore_case=true