-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
57 lines (53 loc) · 1.09 KB
/
pyproject.toml
File metadata and controls
57 lines (53 loc) · 1.09 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
[build-system]
requires = [
"hatchling",
]
build-backend = "hatchling.build"
[project]
name = "bot-detector"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiohttp==3.11.11",
"aiokafka==0.12.0",
"asyncmy==0.2.11",
"boto3==1.40.34",
"cryptography==46.0.3",
"fastapi==0.115.12",
"jinja2==3.1.6",
"mlflow-skinny==3.4.0",
"numpy==2.3.3",
"orjson==3.11.5",
"osrs==0.0.15",
"pandas==2.3.2",
"prometheus-client==0.22.0",
"pydantic-settings==2.7.0",
"pydantic==2.10.4",
"python-multipart==0.0.20",
"scikit-learn==1.7.2",
"sqlalchemy==2.0.44",
"uvicorn==0.34.2",
]
[dependency-groups]
dev = [
"kafka-python>=2.0.2",
"polylith-cli>=1.24.0",
"pytest>=8.3.4",
"ruff>=0.8.4",
"pytest-asyncio>=0.25.0",
"pytest-cov>=6.1.1",
"mypy>=1.19.1",
"pyright>=1.1.408",
"tomli-w>=1.2.0",
]
[tool.hatch.build]
dev-mode-dirs = [
"components",
"bases",
"development",
".",
]
[tool.hatch.metadata]
allow-direct-references = true