-
Notifications
You must be signed in to change notification settings - Fork 8
/
Pipfile
69 lines (66 loc) · 1.4 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
ansible = "==4.2.0"
ansible-lint = "==4.2.0"
appdirs = "==1.4.4"
arrow = "==0.15.6"
bcrypt = "==3.1.7"
binaryornot = "==0.4.4"
certifi = "==2022.12.7"
cffi = "==1.14.0"
chardet = "==3.0.4"
click = "==7.1.2"
click-completion = "==0.5.2"
click-help-colors = "==0.8"
colorama = "==0.4.3"
cookiecutter = "==1.7.2"
cryptography = "==39.0.1"
distlib = "==0.3.0"
distro = "==1.5.0"
docker = "==4.2.1"
fasteners = "==0.15"
filelock = "==3.0.12"
idna = "==2.9"
importlib-metadata = "==1.6.0"
importlib-resources = "==1.5.0"
jinja2-time = "==0.2.0"
molecule = "==3.0.4"
monotonic = "==1.5"
paramiko = "==2.7.1"
pathspec = "==0.8.0"
pexpect = "==4.8.0"
pipenv = "==2022.1.8"
pluggy = "==0.13.1"
poyo = "==0.5.0"
ptyprocess = "==0.6.0"
pycparser = "==2.20"
python-dateutil = "==2.8.1"
python-gilt = "==1.2.3"
python-slugify = "==4.0.0"
requests = "==2.23.0"
selinux = "==0.2.1"
sh = "==1.12.14"
shellingham = "==1.3.2"
six = "==1.14.0"
tabulate = "==0.8.7"
text-unidecode = "==1.3"
tree-format = "==0.1.2"
urllib3 = "==1.25.9"
virtualenv = "==20.0.21"
virtualenv-clone = "==0.5.4"
yamllint = "==1.23.0"
zipp = "==3.1.0"
Cerberus = "==1.3.2"
Jinja2 = "==2.11.3"
MarkupSafe = "==1.1.1"
PyNaCl = "==1.3.0"
PyYAML = "==5.4"
"ruamel.yaml" = "==0.16.10"
"ruamel.yaml.clib" = "==0.2.0"
websocket_client = "==0.57.0"
[requires]
python_version = "3.6"