mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 20:29:55 +01:00
Remove urllib3 from reported packages for creating new github issues
[ci skip]
This commit is contained in:
parent
81987c38d4
commit
2aa31c6faa
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
import sys
|
||||
|
||||
import urllib3
|
||||
import certifi
|
||||
import future
|
||||
|
||||
|
@ -9,7 +8,6 @@ from . import __version__ as telegram_ver
|
|||
|
||||
def print_ver_info():
|
||||
print('python-telegram-bot {0}'.format(telegram_ver))
|
||||
print('urllib3 {0}'.format(urllib3.__version__))
|
||||
print('certifi {0}'.format(certifi.__version__))
|
||||
print('future {0}'.format(future.__version__))
|
||||
print('Python {0}'.format(sys.version.replace('\n', ' ')))
|
||||
|
|
Loading…
Add table
Reference in a new issue