Update python-telegram version to 0.17.0

This commit is contained in:
muvment 2023-01-29 16:03:02 +01:00 committed by GitHub
parent 2b0c0cf199
commit 8a7a7a90cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.17.0"],
)