-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (39 loc) · 992 Bytes
/
Copy pathpyproject.toml
File metadata and controls
43 lines (39 loc) · 992 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
37
38
39
40
41
42
43
[project]
name = "celonis-conformance-insights"
version = "0.1.0"
description = "Celonis Conformance Insights software lab offered by the Chair for Process and Data Science at RWTH Aachen University."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pm4py>=2.7.15.2",
"pycelonis>=2.13.0",
"python-dotenv",
"pandas>=2.2.3",
"rich>=14.0.0",
"fastapi>=0.115.12",
"uvicorn>=0.34.2",
"python-multipart>=0.0.20",
"pydantic>=2.11.4",
"pydantic-settings>=2.9.1",
]
[dependency-groups]
dev = [
"docformatter>=1.7.5",
"mypy>=1.15.0",
"pandas-stubs>=2.2.3.250308",
"pre-commit>=4.2.0",
"pytest>=8.3.5",
"ruff>=0.11.6",
"jinja2>=3.1.6",
"pytest-mock>=3.14.1",
"pytest-cov>=6.2.1",
"sphinx>=8.2.3",
"furo>=2024.8.6",
"sphinx-autoapi>=3.6.0",
]
[tool.pytest.ini_options]
pythonpath = ["backend", "."]
[[tool.uv.index]]
url = "https://pypi.celonis.cloud/"
[tool.mypy]
exclude = ["tests/", "docs/"]