[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "idea85-blockenergy-mesh-verifiable" version = "0.1.0" description = "BlockEnergy Mesh: Verifiable Cross-Utility Microgrid Data Exchange (toy MVP)" readme = "README.md" requires-python = ">=3.8" dependencies = [ "cryptography>=3.4", "pydantic>=1.8", "numpy>=1.21", ]