Files
hik-push/pyproject.toml

24 lines
508 B
TOML
Raw Permalink Normal View History

2024-01-26 11:34:46 +08:00
[tool.poetry]
name = "hik-push"
2024-04-11 09:57:27 +08:00
version = "1.2.0"
2024-01-26 11:34:46 +08:00
description = ""
authors = ["quantulr <35954003+quantulr@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
2024-01-30 17:25:58 +08:00
python = ">=3.11"
2024-01-26 11:34:46 +08:00
fastapi = { extras = ["all"], version = "^0.109.0" }
redis = "^5.0.1"
requests = "^2.31.0"
2024-01-30 17:25:58 +08:00
pyyaml = "^6.0.1"
2024-01-26 11:34:46 +08:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
2024-03-21 14:18:01 +08:00
hik-sub = 'hik_push.subscribe:run_app'
hik-push = 'hik_push.push_notification:run_app'