Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.2...1.7.3) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
515 B
TOML
26 lines
515 B
TOML
[tool.poetry]
|
|
name = "discord-rss-bot"
|
|
version = "0.1.0"
|
|
description = "RSS bot for Discord"
|
|
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
reader = "^2.9"
|
|
typer = {extras = ["all"], version = "^0.4.0"}
|
|
dhooks = "^1.1.4"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^7.0.1"
|
|
bandit = "^1.7.3"
|
|
flake8 = "^4.0.1"
|
|
mypy = "^0.931"
|
|
black = "^22.1.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.isort]
|
|
profile = "black"
|