From f1ce1c263d4382a31f30b49a836006ceccf4d94a Mon Sep 17 00:00:00 2001 From: Hosein Date: Wed, 24 Dec 2025 12:11:18 +0330 Subject: [PATCH] added dependencies to pyproject.toml --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b71a65b..9af0976 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,4 +5,6 @@ requires-python = ">=3.10" dependencies = [ "fastapi>=0.121.0", "uvicorn>=0.34.0", -] + "pyTelegramBotAPI>=4.14.0", + "psycopg2-binary>=2.9.9", +] \ No newline at end of file