You can now add feeds and check for new entries and send them to Discord
This commit is contained in:
parent
d8c854ec6d
commit
c8bf725780
3 changed files with 1156 additions and 0 deletions
|
|
@ -6,9 +6,16 @@ authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
reader = "^2.6"
|
||||
typer = "^0.4.0"
|
||||
dhooks = "^1.1.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
bandit = "^1.7.1"
|
||||
flake8 = "^4.0.1"
|
||||
mypy = "^0.910"
|
||||
black = {version = "^21.12b0", allow-prereleases = true}
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue