diff options
author | John Estabrook <jestabro@vyos.io> | 2020-05-06 17:49:12 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2020-05-06 19:12:32 -0500 |
commit | 7b31dd720d96bc481323e3b00100da718f551cd5 (patch) | |
tree | a4c0376134aaeb6afc213b5dfc963eae9a07730b /debian/control | |
parent | c4312498ebe0643061f1d06ad9655d49fb9d9af7 (diff) | |
download | vyos-1x-7b31dd720d96bc481323e3b00100da718f551cd5.tar.gz vyos-1x-7b31dd720d96bc481323e3b00100da718f551cd5.zip |
http api: T2395: add waitress as production WSGI server
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 592d5153d..32c0286a4 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Depends: python3, python3-hurry.filesize, python3-vici (>= 5.7.2), python3-flask, + python3-waitress, python3-netaddr, python3-zmq, cron, |