riskengine / pyproject.toml
datavorous's picture
intial commit
28779c1 verified
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "bmc"
version = "0.1.0"
description = "buy me a coffee profile risk assessment engine"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"black>=25.12.0",
"bs4>=0.0.2",
"fastapi>=0.112.0",
"pyyaml>=6.0.3",
"rapidfuzz>=3.9.0",
"requests>=2.32.5",
"starlette>=0.50.0",
"uvicorn>=0.30.0",
]