mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-13 11:40:20 +00:00
Compare commits
6 Commits
c08c7ac626
...
447df1a10f
Author | SHA1 | Date | |
---|---|---|---|
|
447df1a10f | ||
|
bd36334f28 | ||
|
d94a2487e7 | ||
|
1576524a26 | ||
|
435f55d225 | ||
|
17b78f620c |
@@ -7,7 +7,7 @@ This was originally written before [alerts](https://www.redflagdeals.com/alerts/
|
||||
## Prerequisites
|
||||
|
||||
- either [poetry](https://github.com/python-poetry/poetry), docker, or github actions
|
||||
- a free [SendGrid API key](https://sendgrid.com/pricing/) is suggested for email notifications
|
||||
- for email notifications [see supported providers](https://github.com/caronc/apprise/wiki/Notify_email#using-built-in-email-services)
|
||||
|
||||
## Usage
|
||||
|
||||
|
20
poetry.lock
generated
20
poetry.lock
generated
@@ -2,13 +2,13 @@
|
||||
|
||||
[[package]]
|
||||
name = "apprise"
|
||||
version = "1.6.0"
|
||||
version = "1.7.1"
|
||||
description = "Push Notifications that work with just about every platform!"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "apprise-1.6.0-py3-none-any.whl", hash = "sha256:78dbda7fd749d8f5c0c0307ef3e350cdc9eb33aa018008577b2d0c69b6cd7c71"},
|
||||
{file = "apprise-1.6.0.tar.gz", hash = "sha256:3eefab1c5d7978b0e65c5091d1cdbe9206865dc3cb5d19ca5cfbddb76e8aaffe"},
|
||||
{file = "apprise-1.7.1-py3-none-any.whl", hash = "sha256:eb2a7b546c6d4f426abb8b1006957e6a480c21215b5d780358445531611d1db7"},
|
||||
{file = "apprise-1.7.1.tar.gz", hash = "sha256:8d439d08550470524425dedee4bc8a72766c216c218f3772c37404eb2fd86e5a"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -478,13 +478,13 @@ testutils = ["gitpython (>3)"]
|
||||
|
||||
[[package]]
|
||||
name = "pytest"
|
||||
version = "7.4.3"
|
||||
version = "7.4.4"
|
||||
description = "pytest: simple powerful testing with Python"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"},
|
||||
{file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"},
|
||||
{file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"},
|
||||
{file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -661,13 +661,13 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "types-requests"
|
||||
version = "2.31.0.10"
|
||||
version = "2.31.0.20231231"
|
||||
description = "Typing stubs for requests"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "types-requests-2.31.0.10.tar.gz", hash = "sha256:dc5852a76f1eaf60eafa81a2e50aefa3d1f015c34cf0cba130930866b1b22a92"},
|
||||
{file = "types_requests-2.31.0.10-py3-none-any.whl", hash = "sha256:b32b9a86beffa876c0c3ac99a4cd3b8b51e973fb8e3bd4e0a6bb32c7efad80fc"},
|
||||
{file = "types-requests-2.31.0.20231231.tar.gz", hash = "sha256:0f8c0c9764773384122813548d9eea92a5c4e1f33ed54556b508968ec5065cee"},
|
||||
{file = "types_requests-2.31.0.20231231-py3-none-any.whl", hash = "sha256:2e2230c7bc8dd63fa3153c1c0ae335f8a368447f0582fc332f17d54f88e69027"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -718,4 +718,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "67767ad5ae482f4336eed8c2217fb974993765aa39bee8190144b1ee042aa689"
|
||||
content-hash = "a07cb84266322934bc74f7d2263a58a1bc63a0ff971235de584cc202f59a64e2"
|
||||
|
@@ -11,15 +11,15 @@ python = "^3.10"
|
||||
requests = "^2.31.0"
|
||||
pyyaml = "^6.0"
|
||||
loguru = "^0.7.2"
|
||||
apprise = "^1.6.0"
|
||||
apprise = "^1.7.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.4.3"
|
||||
pytest = "^7.4.4"
|
||||
black = "^23.11.0"
|
||||
pylint = "^3.0.3"
|
||||
rope = "^1.11.0"
|
||||
mypy = "^1.8.0"
|
||||
types-requests = "^2.31.0.10"
|
||||
types-requests = "^2.31.0.20231231"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
Reference in New Issue
Block a user