[project] name = "approval-engine" version = "0.1.0" description = "PIP for the approval object: durable, authenticated, consumable, atomically supersedable." readme = "README.md" requires-python = ">=3.11" dependencies = ["PyJWT[crypto]>=2.7,<3"] [project.optional-dependencies] dev = ["pytest"] serve = ["waitress>=3,<4"] [project.scripts] approval-engine = "approval_engine.cli:main" [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."]