[HOTFIX] Remove pinning of httplib2
Google fixed their shit, see https://github.com/googleapis/google-api-python-client/issues/803
This commit is contained in:
parent
2fddd06178
commit
1ebd416f42
|
|
@ -1,5 +1,4 @@
|
|||
python-telegram-bot==12.2.0
|
||||
httplib2==0.15.0
|
||||
google-api-python-client>=1.7.11,<1.7.20
|
||||
google-auth-httplib2>=0.0.3,<0.1.0
|
||||
google-auth-oauthlib>=0.4.1,<0.10.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue