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