Add azure-storage-blob and remove pytest-watch

pytest-watch + pipenv were causing problems when building the app in CI,
so pytest-watched was removed for the time being.
This commit is contained in:
graham-dds
2020-01-30 15:06:46 -05:00
committed by leigh-mil
parent 00a5a98577
commit 0e49d038be
2 changed files with 85 additions and 121 deletions

View File

@@ -37,6 +37,7 @@ azure-mgmt-consumption = "*"
adal = "*"
azure-identity = "*"
azure-keyvault = "*"
azure-storage-blob = "*"
[dev-packages]
bandit = "*"
@@ -45,7 +46,6 @@ ipython = "*"
ipdb = "*"
pylint = "*"
black = "*"
pytest-watch = "*"
factory-boy = "*"
pytest-flask = "*"
pytest-env = "*"