-
Notifications
You must be signed in to change notification settings - Fork 61
/
Pipfile
72 lines (68 loc) · 1.65 KB
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pipenv-setup = "*"
isort = "*"
flake8 = "*"
mypy = "*"
bandit = "==1.7.1"
black = "==19.10b0"
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
coverage = "*"
requests-mock = "*"
PyGithub = "==1.55"
boto3-stubs = {version = ">=1.17.44.0,<1.18", extras = ["essential", "ssm", "route53", "acm", "elbv2", "sesv2", "autoscaling", "logs", "eks"]}
types-markdown = "~=3.3"
types-pyOpenSSL = "==21.0.3"
types-pytz = "==2021.3.4"
types-PyYAML = "==6.0.3"
types-requests = "==2.27.5"
types-tabulate = "==0.8.5"
[packages]
azure-storage-blob = ">=12.8.1,<12.9"
azure-identity = ">=1.5.0,<1.6"
azure-mgmt-resource = ">=16.1.0,<16.2"
azure-mgmt-storage = ">=17.1.0,<17.2"
azure-mgmt-authorization = ">=1.0.0,<1.1"
"ruamel.yaml" = "==0.17.20"
email-validator = "==1.1.3"
pyinquirer = ">1.0,<2"
click = ">=8.0,<9"
click-didyoumean = "==0.3.0"
pytz = "==2021.3"
colored = ">=1.4.2,<2"
rich = ">=9.0,<10"
pick = ">=1.0,<2"
GitPython = ">=3.0,<4"
boto3 = ">=1.0,<2"
amplitude-python = "<1"
sentry-sdk = "<1"
getmac = "<1"
requests = ">=2.0,<3"
kubernetes = "==21.7.0"
python-hcl2 = ">=2.0,<3"
yamale = ">=3.0.8,<4"
google-cloud-secret-manager = "==2.8.0"
google-api-python-client = ">=2.0.2,<2.1.0"
oauth2client = ">=4.1.3,<4.2.0"
google-cloud-storage = ">=1.36.2,<1.37.0"
google-auth = ">=1.27.1,<1.28"
pyOpenSSL = ">=20.0.1,<20.1"
semver = "~=2.13.0"
dnspython = "==2.1.0"
docker = "==5.0.3"
tabulate = "==0.8.9"
psutil = "==5.9.0"
google-cloud-container = ">=2.10.1,<3"
python-dotenv = "~=0.19"
markdown = "~=3.3"
macholib = "*"
pyinstaller = "*"
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true