From 0b4663c21a1dac223872f16473840b9daf446d8b Mon Sep 17 00:00:00 2001 From: "j.r" Date: Tue, 29 Dec 2020 14:44:26 +0100 Subject: [PATCH 1/2] Change setup.py to accept new python-telegram ver --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1aea71..e98daa1 100644 --- a/setup.py +++ b/setup.py @@ -22,5 +22,5 @@ setup( packages=["tg"], entry_points={"console_scripts": ["tg = tg.__main__:main"]}, python_requires=">=3.8", - install_requires=["python-telegram==0.12.0"], + install_requires=["python-telegram>=0.12.0"], ) -- 2.30.1