[project] name = "smart-deploy-agent-demo-edge" version = "0.1.0" description = "Smart deploy agent demo edge agent" requires-python = ">=3.11" dependencies = [ "httpx>=0.28.0,<1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0,<9.0.0", ] [build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta"