Files
b2b/pyproject.toml
2026-06-09 19:28:26 +03:00

23 lines
569 B
TOML

[project]
name = "b2b-service"
version = "0.1.0"
description = "B2B purchase requests API for legal entity client users"
requires-python = "==3.12.*"
dependencies = [
"apscheduler==3.11.2",
"asyncpg==0.31.0",
"bip-utils==2.9.3",
"cryptography==44.0.0",
"dotenv==0.9.9",
"fastapi==0.128.7",
"granian==2.6.1",
"hvac==2.4.0",
"itsdangerous==2.2.0",
"pydantic-settings==2.12.0",
"python-jose==3.5.0",
"python-ulid==3.1.0",
"sqlalchemy==2.0.46",
"orjson==3.11.7",
"uvloop==0.22.1; platform_system != 'Windows'",
]