Update pyproject.toml
This commit is contained in:
@ -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"]
|
||||||
|
Reference in New Issue
Block a user