Add Azure Libraries

This commit is contained in:
tomdds
2019-10-25 13:52:47 -04:00
parent 06dc193c28
commit 41633417d8
2 changed files with 22 additions and 2 deletions

View File

@@ -27,7 +27,8 @@ azure-storage-common = "*"
celery = "*"
azure-mgmt-subscription = "*"
azure-graphrbac = "*"
mrestazure = "*"
msrestazure = "*"
azure-mgmt-authorization = "*"
[dev-packages]
bandit = "*"
@@ -48,6 +49,7 @@ pytest-mock = "*"
detect-secrets = "*"
beautifulsoup4 = "*"
mypy = "*"
rope = "*"
[requires]
python_version = "3.7.3"