From 4d4b8d28808bc3e11cde477441bf3af8def3310a Mon Sep 17 00:00:00 2001 From: Renjith Mangal <65238086+m4mallu@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:05:10 -0400 Subject: [PATCH] Update * Pyro Update. * Deploy to Heroku removed. So many people asking for the pyro version of this repo that can run without bugs. Aslo, Heroku support is almost a nightmare for this repo. So, I'm removing the same. --- README.md | 13 +------------ requirements.txt | 2 +- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index edd788a..0eb27dd 100755 --- a/README.md +++ b/README.md @@ -12,18 +12,7 @@ Read the app.json 'repository' URL to your fork URL. -
- 3. Change the deploy button URL to your fork URL. -
- 4. Finally, deploy it from your own fork (Risk factor). -

- - + This repository is no longer supporting Heroku deployment. Use a paid VPS / Raspberry Pi / Local pc instead. See the documentation for more.

@M4Mallu

diff --git a/requirements.txt b/requirements.txt index 63565e0..9220130 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pytz -pyrogram +pyrogram==2.0.84 tgcrypto sqlalchemy~=1.3.23 psycopg2-binary