[project] name = "pluginbattery" version = "0.1.0" description = "Backtest the ROI of a home battery against historical hourly data." requires-python = ">=3.12" dependencies = [ "pandas>=2.2", "scipy>=1.13", "numpy>=2.0", "flask>=3.0", "gunicorn>=21.0", ] [dependency-groups] dev = ["pytest>=8.0"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/pluginbattery"]