mirror of https://github.com/zulip/zulip.git
requirements: Upgrade oauth2client to 4.1.2.
This commit is contained in:
parent
3b4c3a9827
commit
6973a06b35
|
@ -80,7 +80,7 @@ markdown-include==0.5.1
|
|||
# Needed for mock objects in decorators
|
||||
mock==2.0.0
|
||||
|
||||
oauth2client==4.1.1
|
||||
oauth2client==4.1.2
|
||||
oauthlib==2.0.2
|
||||
|
||||
# Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
|
||||
|
|
|
@ -51,7 +51,7 @@ markdown==2.6.8 # via markdown-include
|
|||
markupsafe==1.0
|
||||
mock==2.0.0
|
||||
ndg-httpsclient==0.4.2
|
||||
oauth2client==4.1.1
|
||||
oauth2client==4.1.2
|
||||
oauthlib==2.0.2
|
||||
olefile==0.44 # via pillow
|
||||
pbr==3.0.0 # via mock
|
||||
|
|
Loading…
Reference in New Issue