Added a requirement of oauth2client, needed by google-api-python-client but not always automatically pulled in.
- Legacy-Id: 15200
This commit is contained in:
parent
dddb0cf09c
commit
a2e0794d91
|
@ -32,6 +32,7 @@ jwcrypto>=0.4.0 # for signed notifications
|
||||||
mimeparse>=0.1.3 # from TastyPie
|
mimeparse>=0.1.3 # from TastyPie
|
||||||
mock>=2.0.0
|
mock>=2.0.0
|
||||||
MySQL-python>=1.2.5
|
MySQL-python>=1.2.5
|
||||||
|
oauth2client>=4.0.0 # required by google-api-python-client, but not always pulled in
|
||||||
patch>=1.16,<2.0
|
patch>=1.16,<2.0
|
||||||
pathlib>=1.0
|
pathlib>=1.0
|
||||||
pathlib2>=2.3.0
|
pathlib2>=2.3.0
|
||||||
|
|
Loading…
Reference in a new issue