From f7d9afbd433e9f40932fc68301cfc32b2c2eabf7 Mon Sep 17 00:00:00 2001 From: Von Random Date: Sat, 19 Oct 2024 23:21:14 +0300 Subject: [PATCH] fix requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 06bf66c..e20c8c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiocron>=1.8 bs4>=0.0.2 fake_headers>=1 -psycopg>=3.2 +psycopg[binary]>=3.2 pyyaml>=6 requests>=2.32 telethon>=1.37