actinia-org / actinia-core

Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zenodo.5879231) | Tutorial: https://actinia-org.github.io/actinia-core/ | Docker: https://hub.docker.com/r/mundialis/actinia-core
https://actinia.mundialis.de/
GNU General Public License v3.0
79 stars 23 forks source link

Remove python dependency #506

Closed mmacata closed 5 months ago

mmacata commented 6 months ago

After update to alpine 3.19, the python package jose is no longer installed. After installing it, an error appears inside. As it is only used here to catch an exception which is then handled as any other exception, I suggest to remove this dependency.