diff options
author | John Estabrook <jestabro@vyos.io> | 2020-05-06 20:05:42 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2020-05-06 20:05:42 -0500 |
commit | 260ab097bda099665ec376fd49b9e8edc0ad52b9 (patch) | |
tree | a4c0376134aaeb6afc213b5dfc963eae9a07730b /debian/control | |
parent | ed22334321d3b6f27b5d695a4f984257b909f78b (diff) | |
parent | 7b31dd720d96bc481323e3b00100da718f551cd5 (diff) | |
download | vyos-1x-260ab097bda099665ec376fd49b9e8edc0ad52b9.tar.gz vyos-1x-260ab097bda099665ec376fd49b9e8edc0ad52b9.zip |
Merge branch 'http-api' of jestabro/vyos-1x into current
http api: T2395: add waitress as production WSGI server
http api: T2395: replace bottle with flask as microframework
http api: use decorator to get command data from request
http api: catch appropriate errors
http api: function names should be consistent
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5c176f40a..32c0286a4 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,8 @@ Depends: python3, python3-isc-dhcp-leases, python3-hurry.filesize, python3-vici (>= 5.7.2), - python3-bottle, + python3-flask, + python3-waitress, python3-netaddr, python3-zmq, cron, |