Commit d90da973 authored by Gabriel Monnerat's avatar Gabriel Monnerat Committed by Gabriel Monnerat

erp5: Add google-api-python-client that is requred for Google OAuth

pin uritemplate to 0.6 because google-api-python-client does not work with with version 3.0 of uritemplate

/cc @kazuhiko @jerome 

/reviewed-on nexedi/slapos!134
parent 8d11ca38
[buildout] [buildout]
extends = extends =
# Exact version of Zope # Exact version of Zope
ztk-versions.cfg ztk-versions.cfg
...@@ -571,6 +572,8 @@ eggs = ${neoppod:eggs} ...@@ -571,6 +572,8 @@ eggs = ${neoppod:eggs}
# Needed for parsing .po files from our Localizer subset # Needed for parsing .po files from our Localizer subset
polib polib
# Needed for Google OAuth
google-api-python-client
# Used by ERP5 Jupyter backend # Used by ERP5 Jupyter backend
ipykernel ipykernel
...@@ -638,6 +641,9 @@ python-magic = 0.4.12+SlapOSPatched001 ...@@ -638,6 +641,9 @@ python-magic = 0.4.12+SlapOSPatched001
# specify dev version to be sure that an old released version is not used # specify dev version to be sure that an old released version is not used
cloudooo = 1.2.5-dev cloudooo = 1.2.5-dev
uritemplate = 3.0.0
google-api-python-client = 1.6.1
# use newer version than specified in ZTK # use newer version than specified in ZTK
PasteDeploy = 1.5.2 PasteDeploy = 1.5.2
Pygments = 2.1.3 Pygments = 2.1.3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment