forked from sarugaku/pythonfinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile.lock
53 lines (53 loc) · 1.44 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
{
"_meta": {
"hash": {
"sha256": "52da67c9fe54891e3cbd7d087622a19b80d8e0c8c70124ac7f093ed918e11661"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.10"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"verify_ssl": true
}
]
},
"default": {
"markdown-it-py": {
"hashes": [
"sha256:5a35f8d1870171d9acc47b99612dc146129b631baf04970128b568f190d0cc30",
"sha256:7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1"
],
"index": "pypi",
"version": "==2.2.0"
},
"mdurl": {
"hashes": [
"sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8",
"sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"
],
"markers": "python_version >= '3.7'",
"version": "==0.1.2"
},
"pythonfinder": {
"editable": true,
"extras": [
"dev",
"tests"
],
"path": "."
},
"sanitized-package": {
"editable": true,
"extras": [
"dev",
"tests"
],
"path": "."
}
},
"develop": {}
}