Files
revng-revng/python/revng/cli
Giacomo Vercesi cf05ab0463 Substitute Flask with Starlette
In the future we will need to use GraphQL subscriptions. This is done
via websockets and is supported in Ariadne. However this support is
limited to ASGI frameworks, which Flask isn't a part of.
Startlette is a direct depencency of Ariadne, and all of Ariadne's
features are fully integrated with Starlette, so the switch allows to
drop some Flask integration cruft and streamline the revng.daemon
package.
2022-05-03 10:57:21 +02:00
..
2022-02-23 18:02:42 +01:00
2022-05-03 10:57:21 +02:00
2022-04-26 15:59:35 +02:00
2022-05-03 10:55:04 +02:00