diff options
author | John Estabrook <jestabro@vyos.io> | 2021-03-26 15:47:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 15:47:39 -0500 |
commit | cda85a0ec7a74bd811d96714c02ba07ebf80b7e4 (patch) | |
tree | 4dbd0282bbf0073e4eb35a184dd92897ff4842ca /debian | |
parent | 137f50a1f00073842364ee373f98e1e215671c6b (diff) | |
parent | 0125fff200efe3259aa25953e7505f69679261f8 (diff) | |
download | vyos-1x-cda85a0ec7a74bd811d96714c02ba07ebf80b7e4.tar.gz vyos-1x-cda85a0ec7a74bd811d96714c02ba07ebf80b7e4.zip |
Merge pull request #785 from jestabro/fastapi-json
http api: T3412: use FastAPI as web framework; support application/json
Diffstat (limited to 'debian')
-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, |