AirbusDefenceAndSpace / pesto

PESTO provides a set of tools to ease the process of packaging a Python algorithm as a processing web service into a docker image. The deployment of a web service becomes now as easy as filling few configuration files.
https://airbusdefenceandspace.github.io/pesto
Apache License 2.0
24 stars 8 forks source link

Remaining reference to sanic #13

Closed tapiab closed 2 years ago

tapiab commented 2 years ago

There is a call to sanic which has not been replaced by FastAPI here : https://github.com/AirbusDefenceAndSpace/pesto/blob/master/pesto-cli/pesto/ws/v1.py#L143

tapiab commented 2 years ago

Fixed #https://github.com/AirbusDefenceAndSpace/pesto/pull/14