bensteUEM / ChurchToolsAPI

Collection of Python files to use the API for ChurchTools
6 stars 3 forks source link

Isolate WebUI from ChurchTools API #69

Closed bensteUEM closed 1 year ago

bensteUEM commented 1 year ago

Integrating #66 resulted in recurring dependency problems because CommuniAPI requires an older version of ChurchToolsApi which in itself requires an older version of CommuniAPI

By splitting the WebUI / Docker part from the REST API itself the dependencies will be easier to resolve.

In addition the requirement should to be changed in order to require a minimum version instead of a fixed version if possible

bensteUEM commented 1 year ago