14 lines
301 B
TOML
14 lines
301 B
TOML
[build-system]
|
|
requires = ["setuptools>=68.0"]
|
|
build-backend = "setuptools.backends._legacy:_Backend"
|
|
|
|
[project]
|
|
name = "verify-cli"
|
|
version = "0.1.0"
|
|
description = "COBOL->Java/Spark Migration Verification Platform"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"httpx>=0.27",
|
|
"pyyaml>=6.0",
|
|
]
|