[tool.poetry] name = "iottb" version = "0.1.0" description = "IoT Testbed" authors = ["Sebastian Lenzlinger "] readme = "README.md" [tool.poetry.dependencies] python = "^3.12" click = "^8.1" scapy = "^2.5" [tool.poetry.scripts] iottb = "iottb.main:cli" [tool.poetry.group.test.dependencies] pytest = "^8.2.2" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"