implemented add host, authenticate user before performing action of vm

This commit is contained in:
ahmadbilalkhalid 2019-07-18 17:10:17 +05:00
commit c474282b33
4 changed files with 123 additions and 39 deletions

View file

@ -14,6 +14,7 @@ flask-restful = "*"
etcd3 = "*"
gunicorn = "*"
bitmath = "*"
pylint = "*"
[requires]
python_version = "3.7"