[build-system] requires = ["setuptools>=68.0"] build-backend = "setuptools.backends._legacy:_Backend" [project] name = "cfn-updater" version = "0.1.0" description = "One-Click CloudFormation Stack Updater" requires-python = ">=3.10" dependencies = [ "boto3", "botocore", ] [project.optional-dependencies] dev = [ "pytest", "hypothesis", ] [tool.pytest.ini_options] testpaths = ["tests"]