[project] name = 'pruncalc' version = '0' requires-python = '>=3.13' dependencies = [ 'cbor2', 'h2', 'httpx', 'typed-argument-parser', ] [dependency-groups] dev = ['workers-py', 'workers-runtime-sdk'] [tool.ruff.lint] ignore = [ 'I001', # unsorted-imports 'TRY002', # raise-vanilla-class ]