-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile.lock
More file actions
100 lines (100 loc) · 2.19 KB
/
Copy pathPipfile.lock
File metadata and controls
100 lines (100 loc) · 2.19 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"_meta": {
"hash": {
"sha256": "143118205ff20d450eb1d2348ca8ded2587b0878e59217f02aeb0d89c07fd2e8"
},
"pipfile-spec": 1,
"requires": {},
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"pycrypto": {
"version": "==2.6.1"
}
},
"develop": {
"appnope": {
"version": "==0.1.0"
},
"astroid": {
"version": "==1.5.3"
},
"backports.functools-lru-cache": {
"version": "==1.4"
},
"backports.shutil-get-terminal-size": {
"version": "==1.0.0"
},
"configparser": {
"version": "==3.5.0"
},
"decorator": {
"version": "==4.1.2"
},
"enum34": {
"version": "==1.1.6"
},
"ipython": {
"version": "==5.5.0"
},
"ipython-genutils": {
"version": "==0.2.0"
},
"isort": {
"version": "==4.2.15"
},
"lazy-object-proxy": {
"version": "==1.3.1"
},
"mccabe": {
"version": "==0.6.1"
},
"pathlib2": {
"version": "==2.3.0"
},
"pexpect": {
"version": "==4.2.1"
},
"pickleshare": {
"version": "==0.7.4"
},
"prompt-toolkit": {
"version": "==1.0.15"
},
"ptyprocess": {
"version": "==0.5.2"
},
"pygments": {
"version": "==2.2.0"
},
"pylint": {
"version": "==1.7.2"
},
"scandir": {
"version": "==1.5"
},
"simplegeneric": {
"version": "==0.8.1"
},
"singledispatch": {
"version": "==3.4.0.3"
},
"six": {
"version": "==1.10.0"
},
"traitlets": {
"version": "==4.3.2"
},
"wcwidth": {
"version": "==0.1.7"
},
"wrapt": {
"version": "==1.10.11"
}
}
}