mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
23 lines
610 B
Diff
23 lines
610 B
Diff
From 21bd3e168d33ae7d11aad4ed0c6c23eef027e3c3 Mon Sep 17 00:00:00 2001
|
|
From: "j.r" <j.r@jugendhacker.de>
|
|
Date: Sun, 4 Sep 2022 23:45:12 +0200
|
|
Subject: [PATCH] Allow newer python-telegram
|
|
|
|
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index f6b2e37..5be5d12 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -23,5 +23,5 @@ setup(
|
|
packages=["tg"],
|
|
entry_points={"console_scripts": ["tg = tg.__main__:main"]},
|
|
python_requires=">=3.8",
|
|
- install_requires=["python-telegram==0.15.0"],
|
|
+ install_requires=["python-telegram>=0.15.0"],
|
|
)
|
|
--
|
|
2.37.3
|
|
|