mirror of
https://github.com/paul-nameless/tg
synced 2024-11-25 05:10:22 +00:00
Update python-telegram version to 0.17.0
This commit is contained in:
parent
2b0c0cf199
commit
8a7a7a90cd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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.17.0"],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue