xref: /OK3568_Linux_fs/buildroot/package/python-flask-expects-json/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_FLASK_EXPECTS_JSON
2	bool "python-flask-expects-json"
3	select BR2_PACKAGE_PYTHON_FLASK # runtime
4	select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
5	help
6	  Decorator for REST endpoints in flask. Validate JSON request
7	  data.
8
9	  https://github.com/fischerfredl/flask-expects-json
10