OpenIris/PythonExamples/pyproject.toml
Zdzislaw Goik f7c659a3bc
Feature/rewrite to asyncwebserver (#11)
* Rewrite get parameters and streaming to asyncwebserver

* Code cleanup
2022-04-26 00:10:59 +02:00

18 lines
344 B
TOML

[tool.poetry]
name = "pythonexamples"
version = "0.1.0"
description = ""
authors = ["lorow <smykupyka@gmail.com>"]
license = "gnu gplv3"
[tool.poetry.dependencies]
python = "^3.8"
zeroconf = "^0.38.4"
black = "^22.3.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"