File size: 427 Bytes
28779c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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",
]