forked from NotFate/bot
Система контроля версий Poetry
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
[project]
|
||||||
|
name = "notfatekursach"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "None"
|
||||||
|
authors = [
|
||||||
|
{name = "NotFate"}
|
||||||
|
]
|
||||||
|
license = {text = "MIT"}
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.11,<4.0"
|
||||||
|
dependencies = [
|
||||||
|
"discord (>=2.3.2,<3.0.0)",
|
||||||
|
"loguru (>=0.7.3,<0.8.0)",
|
||||||
|
"email-validator (>=2.3.0,<3.0.0)",
|
||||||
|
"pydantic (>=2.12.5,<3.0.0)",
|
||||||
|
"pydantic-settings (>=2.12.0,<3.0.0)"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
||||||
Reference in New Issue
Block a user