forked from NotFate/bot
Исправление Poetry менеджера
This commit is contained in:
@@ -6,7 +6,6 @@ authors = [
|
|||||||
{name = "NotFate"}
|
{name = "NotFate"}
|
||||||
]
|
]
|
||||||
license = {text = "MIT"}
|
license = {text = "MIT"}
|
||||||
readme = "README.md"
|
|
||||||
requires-python = ">=3.11,<4.0"
|
requires-python = ">=3.11,<4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"discord (>=2.3.2,<3.0.0)",
|
"discord (>=2.3.2,<3.0.0)",
|
||||||
@@ -17,6 +16,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|||||||
Reference in New Issue
Block a user