mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
14 lines
555 B
Plaintext
14 lines
555 B
Plaintext
config BR2_PACKAGE_PYTHON_FLASK_RESTX
|
|
bool "python-flask-restx"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-jsonschema, python-referencing -> python-rpds-py
|
|
select BR2_PACKAGE_PYTHON_ANISO8601 # runtime
|
|
select BR2_PACKAGE_PYTHON_FLASK # runtime
|
|
select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
|
|
select BR2_PACKAGE_PYTHON_REFERENCING # 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
|