Request mechanism rolled out, migration mechanism incorporated, Code style now inclined toward EAFP, DeleteVM now working, resume/suspend functionality removed

This commit is contained in:
ahmadbilalkhalid 2019-08-12 17:49:28 +05:00
commit 945b34d76c
4 changed files with 407 additions and 10840 deletions

View file

@ -12,6 +12,7 @@ python-decouple = "*"
cython = "*"
pylint = "*"
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3"}
sshtunnel = "*"
[requires]
python_version = "3.7"