You can now add feeds and check for new entries and send them to Discord
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user