Includes: API (Express/TypeScript), Astro site, Python workers, document generators, FCC compliance tools, Canada CRTC formation, Ansible infrastructure, and deployment scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
502 B
TOML
19 lines
502 B
TOML
[build-system]
|
|
requires = ["flit_core >=3.4,<4"]
|
|
build-backend = "flit_core.buildapi"
|
|
|
|
[project]
|
|
name = "frappe_adyen"
|
|
version = "1.0.0"
|
|
description = "Adyen payment gateway integration for Frappe/ERPNext"
|
|
license = { text = "MIT" }
|
|
authors = [{ name = "Performance West Inc.", email = "support@performancewest.net" }]
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"frappe>=15.0.0,<16",
|
|
"payments",
|
|
"requests",
|
|
]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/performancewest/frappe_adyen"
|