fix(Pipfile): pipfile azure packages from dev to general (#1522)

This commit is contained in:
Nacho Rivera
2022-11-28 13:25:00 +01:00
committed by GitHub
parent 309c1e004b
commit f964439a15
2 changed files with 507 additions and 399 deletions

14
Pipfile
View File

@@ -13,6 +13,13 @@ shodan = "1.28.0"
detect-secrets = "1.4.0"
alive-progress = "2.4.1"
tabulate = "0.9.0"
azure-identity = "1.12.0"
azure-storage-blob = "12.14.1"
msgraph-core = "0.2.2"
azure-mgmt-subscription = "3.1.1"
azure-mgmt-authorization = "3.0.0"
azure-mgmt-security = "3.0.0"
azure-mgmt-storage = "21.0.0"
[dev-packages]
black = "22.10.0"
@@ -29,13 +36,6 @@ pytest-xdist = "2.5.0"
coverage = "6.4.1"
sure = "2.0.0"
freezegun = "1.2.1"
azure-identity = "1.12.0"
azure-storage-blob = "12.14.1"
msgraph-core = "0.2.2"
azure-mgmt-subscription = "3.1.1"
azure-mgmt-authorization = "3.0.0"
azure-mgmt-security = "3.0.0"
azure-mgmt-storage = "21.0.0"
[requires]
python_version = "3.9"

892
Pipfile.lock generated

File diff suppressed because it is too large Load Diff