Update pyproject.toml
This commit is contained in:
parent
8fdbe2a051
commit
8d872ab064
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ description = "RSS bot for Discord"
|
||||||
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
|
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.11"
|
||||||
reader = "^3.2"
|
reader = "^3.2"
|
||||||
discord-webhook = "^1.0.0"
|
discord-webhook = "^1.0.0"
|
||||||
platformdirs = "^2.6.0"
|
platformdirs = "^2.6.0"
|
||||||
|
|
@ -30,4 +30,4 @@ profile = "black"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
target-version = ["py311"]
|
target-version = ["py311"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue