Select Git revision
pyproject.toml
pyproject.toml 631 B
[tool.poetry]
name = "stechuhr-client"
version = "0.1.0"
description = "A client for Mifare/Raspi based contact tracing"
authors = ["David Huss <dh@atoav.com>"]
[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.24.0"
toml = "^0.10.2"
rpi_ws281x = "^4.2.5"
"RPi.GPIO" = "^0.7.0"
pyudev = "^0.22.0"
ioctl-opt = "^1.2.2"
adafruit-circuitpython-neopixel-spi = "^0.9.0"
flask = "^1.1.2"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[tool.poetry.scripts]
stechuhr-client = "stechuhr_client.client:main"
config = "stechuhr_client.config:main"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"