summarylogtreecommitdiffstats
path: root/0001-Change-setup.py-to-accept-new-python-telegram-ver.patch
blob: d5e8e746ad8ebb0ac714b8951d105f52b3837ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 0b4663c21a1dac223872f16473840b9daf446d8b Mon Sep 17 00:00:00 2001
From: "j.r" <j.r@jugendhacker.de>
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