We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81987c3 commit 2aa31c6Copy full SHA for 2aa31c6
telegram/__main__.py
@@ -1,6 +1,5 @@
1
import sys
2
3
-import urllib3
4
import certifi
5
import future
6
@@ -9,7 +8,6 @@
9
8
10
def print_ver_info():
11
print('python-telegram-bot {0}'.format(telegram_ver))
12
- print('urllib3 {0}'.format(urllib3.__version__))
13
print('certifi {0}'.format(certifi.__version__))
14
print('future {0}'.format(future.__version__))
15
print('Python {0}'.format(sys.version.replace('\n', ' ')))
0 commit comments