Config.in 510 B

12345678910111213
  1. config BR2_PACKAGE_PYTHON_FLASK_RESTX
  2. bool "python-flask-restx"
  3. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jsonschema
  4. select BR2_PACKAGE_PYTHON_ANISO8601 # runtime
  5. select BR2_PACKAGE_PYTHON_FLASK # runtime
  6. select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
  7. select BR2_PACKAGE_PYTHON_PYTZ # runtime
  8. select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
  9. help
  10. Fully featured framework for fast, easy and documented API
  11. development with Flask.
  12. https://github.com/python-restx/flask-restx