diff --git a/pyproject.toml b/pyproject.toml index b52dc17..c73c07c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,8 @@ dependencies = [ "nest-asyncio>=1.6.0", "python-dotenv>=1.1.0", "python-json-logger>=3.3.0", - "telethon>=1.39.0" + "qrcode>=8.2", + "telethon>=1.42.0", ] [project.urls]