File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ environment-vars =
102102 SSO_APPS_CLIENT_SECRET ${port:sso-apps-client-secret}
103103 SSO_APPS_USER_USERNAME ${port:sso-apps-user-username}
104104 SSO_APPS_USER_PASSWORD ${port:sso-apps-user-password}
105+ API_ROOT_URL ${port:api-root-url}
105106
106107eggs =
107108 ${buildout:eggs}
@@ -181,3 +182,4 @@ sso-apps-client-id = imio-apps-docs
181182sso-apps-client-secret =
182183sso-apps-user-username = imio-docs_imio-ic-staging
183184sso-apps-user-password =
185+ api-root-url = https://api-staging.imio.be
Original file line number Diff line number Diff line change @@ -35,3 +35,5 @@ sso-apps-client-id = imio-apps-docs
3535sso-apps-client-secret =
3636sso-apps-user-username = imio-docs_imio-ic-staging
3737sso-apps-user-password =
38+ api-root-url = https://api-staging.imio.be
39+
Original file line number Diff line number Diff line change @@ -205,7 +205,14 @@ phonenumbers = 8.13.55
205205# Required by:
206206# imio.dms.soap2pm
207207imio.pm.locales = 4.2.33
208- imio.pm.wsclient = 2.0.6
208+ imio.pm.wsclient = 2.0.7
209+
210+ # Required by:
211+ # imio.helpers==1.3.11.dev0
212+ cryptography = 3.3.2
213+ cffi = 1.15.1
214+ ipaddress = 1.0.23
215+ pycparser = 2.21
209216
210217# Required by:
211218# instance-async
You can’t perform that action at this time.
0 commit comments