From b93d9c363e580437fde7b898aae1ec9674f3df04 Mon Sep 17 00:00:00 2001 From: dishapatel010 <71930916+dishapatel010@users.noreply.github.com> Date: Wed, 19 May 2021 19:40:36 +0530 Subject: [PATCH] TgCrypto was missing! --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index da4eb43..6f4ad95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ feedparser apscheduler psycopg2-binary sqlalchemy==1.3.23 -python-dotenv \ No newline at end of file +python-dotenv +TgCrypto