summarylogtreecommitdiffstats
path: root/0001-Change-setup.py-to-accept-new-python-telegram-ver.patch
blob: 67a0979b37b584096c6a95946e38b7e7e77befae (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 9d667051c5dc4f60e9ea5e389a7b8bcc15156859 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] 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.29.2