forked from pecigonzalo/pre-commit-terraform-vars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile.lock
56 lines (56 loc) · 1.47 KB
/
Pipfile.lock
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
{
"_meta": {
"hash": {
"sha256": "57990f30ae182f8e591d9614ee3af515c28d160ceda200628b1669db30dbacd9"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.6"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"lark-parser": {
"hashes": [
"sha256:42f367612a1bbc4cf9d8c8eb1b209d8a9b397d55af75620c9e6f53e502235996"
],
"version": "==0.10.1"
},
"python-hcl2": {
"hashes": [
"sha256:f6c178d216e9d8ef1ef9fceeb16792cbabfb69d2ae1a73e263974ab6f74489ab"
],
"index": "pypi",
"version": "==3.0.1"
}
},
"develop": {
"e1839a8": {
"editable": true,
"path": "."
},
"lark-parser": {
"hashes": [
"sha256:42f367612a1bbc4cf9d8c8eb1b209d8a9b397d55af75620c9e6f53e502235996"
],
"version": "==0.10.1"
},
"python-hcl2": {
"hashes": [
"sha256:f6c178d216e9d8ef1ef9fceeb16792cbabfb69d2ae1a73e263974ab6f74489ab"
],
"index": "pypi",
"version": "==3.0.1"
},
"terraform-unused-vars": {
"editable": true,
"path": "."
}
}
}