[tool.poetry] name = "flickerstrip-py" version = "0.2.0" description = "" authors = ["Evan Fiordeliso "] [tool.poetry.dependencies] python = "^3.9" aiohttp = "^3.8.3" async-upnp-client = "^0.33.0" asyncio = "^3.4.3" [tool.poetry.dev-dependencies] pytest = "^6.2.5" pytest-runner = "^5.3.1" flake8 = "^4.0.1" autopep8 = "^1.6.0" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"