-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile.lock
More file actions
39 lines (39 loc) · 1.15 KB
/
Pipfile.lock
File metadata and controls
39 lines (39 loc) · 1.15 KB
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
{
"_meta": {
"hash": {
"sha256": "a7fe5bf2f8e7ad4fea53c70e7844744268971bd3c392fbb7f9d7ac32e1edd843"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {
"lark": {
"hashes": [
"sha256:c2276486b02f0f1b90be155f2c8ba4a8e194d42775786db622faccd652d8e80c",
"sha256:ca807d0162cd16cef15a8feecb862d7319e7a09bdb13aef927968e45040fed80"
],
"index": "pypi",
"markers": "python_version >= '3.8'",
"version": "==1.2.2"
},
"pyparsing": {
"hashes": [
"sha256:a749938e02d6fd0b59b356ca504a24982314bb090c383e3cf201c95ef7e2bfcf",
"sha256:b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be"
],
"index": "pypi",
"markers": "python_version >= '3.9'",
"version": "==3.2.3"
}
},
"develop": {}
}