🎉 init

This commit is contained in:
2026-06-22 23:58:01 +08:00
commit 7ba6a32015
11 changed files with 670 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
[project]
name = "fluxent"
version = "0.1.0"
description = "Trace the cost within every flow."
requires-python = ">=3.12"
dependencies = [
"pycountry>=26.2.16",
"pydantic>=2.13.4",
"pydantic-extra-types>=2.11.1",
"python-ulid[pydantic]>=3.1.0",
]
[dependency-groups]
dev = [
"pytest>=9.1.1",
]
[tool.pytest.ini_options]
pythonpath = ["."]
testpaths = ["tests"]
[tool.ruff]
target-version = "py312"
line-length = 100