diff options
author | John Estabrook <jestabro@vyos.io> | 2021-03-26 11:25:44 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-03-26 14:29:13 -0500 |
commit | 0125fff200efe3259aa25953e7505f69679261f8 (patch) | |
tree | 4dbd0282bbf0073e4eb35a184dd92897ff4842ca /debian/control | |
parent | 137f50a1f00073842364ee373f98e1e215671c6b (diff) | |
download | vyos-1x-0125fff200efe3259aa25953e7505f69679261f8.tar.gz vyos-1x-0125fff200efe3259aa25953e7505f69679261f8.zip |
http api: T3412: use FastAPI as web framework; support application/json
Replace the Flask micro-framework with FastAPI, in order to support
extensions to the API and OpenAPI 3.* generation. This change will
remain backwards compatible with previous versions. Notably, the
multipart forms version of requests remain supported; in addition
application/json requests are now natively supported.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 91ff51b89..24e43d4c8 100644 --- a/debian/control +++ b/debian/control @@ -126,6 +126,7 @@ Depends: udp-broadcast-relay, usb-modeswitch, usbutils, + vyos-http-api-tools, vyos-utils, wide-dhcpv6-client, wireguard-tools, |