Files
revng-revng/python/requirements.txt
T
Giacomo Vercesi 70f7337f28 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.
Starlette does not have a built-in development server, instead
Hypercorn, which is an ASGI-compliant HTTP server, is used in place of
Flask's Werkzeug/Gunicorn for both the development and production
server roles.
2022-05-06 15:04:19 +02:00

26 lines
276 B
Plaintext

# Requirements for revng_merge_dynamic
pyelftools
# Requirements for model_dump
PyYAML
# revng-model-compare
grandiso
# revng.api
cffi
# revng.daemon
ariadne
aiodataloader
hypercorn
Jinja2
python-multipart
xdg
# revng.daemon - tests
pytest
requests
requests-toolbelt
gql