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:
Henrik Levkowetz 2018-06-01 14:31:05 +00:00
parent dddb0cf09c
commit a2e0794d91

View file

@ -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