|
@@ -0,0 +1,12 @@
|
|
|
+config BR2_PACKAGE_PYTHON_FLASK_RESTX
|
|
|
+ bool "python-flask-restx"
|
|
|
+ select BR2_PACKAGE_PYTHON_ANISO8601 # runtime
|
|
|
+ select BR2_PACKAGE_PYTHON_FLASK # runtime
|
|
|
+ select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
|
|
|
+ select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
|
|
+ select BR2_PACKAGE_PYTHON_WERKZEUG # runtime
|
|
|
+ help
|
|
|
+ Fully featured framework for fast, easy and documented API
|
|
|
+ development with Flask.
|
|
|
+
|
|
|
+ https://github.com/python-restx/flask-restx
|