[project] name = "order-bak" version = "0.1.0" requires-python = ">=3.11" dependencies = [ "azure-data-tables>=12.5", "click>=8.1", ] [project.scripts] order-bak = "order_bak.cli:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/order_bak"] [dependency-groups] dev = [ "pytest>=8.0", ] [tool.pytest.ini_options] markers = [ "integration: integration tests requiring Azure Storage emulator", ]