From bd51a5040bd4ed798554b3714509ca09579339b2 Mon Sep 17 00:00:00 2001 From: Whyverum Date: Mon, 8 Dec 2025 16:42:57 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=BE=D0=BB=D1=8F=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D0=B9=20Poetry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..b9f32e7 --- /dev/null +++ b/pyproject.toml @@ -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"