LPH-Redis/pyproject.toml
2024-04-08 02:17:39 +02:00

21 lines
381 B
TOML

[tool.poetry]
name = "lph-redis"
version = "0.1.0"
description = ""
authors = ["HS-157 <hs-157@lett.re>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
redis = "^5.0.3"
keyboard = "^0.13.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
lph-pub = "lph_redis.pub:main"
lph-sub = "lph_redis.sub:main"