-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile.lock
68 lines (68 loc) · 1.46 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"_meta": {
"hash": {
"sha256": "998fa51c98f0b6c3377a2499f67798407a03bd34e80ec722813e8193267bf0f6"
},
"requires": {},
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {},
"develop": {
"decorator": {
"version": "==4.0.11"
},
"hypothesis": {
"version": "==3.11.3"
},
"ipython": {
"version": "==6.1.0"
},
"ipython-genutils": {
"version": "==0.2.0"
},
"jedi": {
"version": "==0.10.2"
},
"pexpect": {
"version": "==4.2.1"
},
"pickleshare": {
"version": "==0.7.4"
},
"prompt-toolkit": {
"version": "==1.0.14"
},
"ptyprocess": {
"version": "==0.5.1"
},
"py": {
"version": "==1.4.34"
},
"pygments": {
"version": "==2.2.0"
},
"pytest": {
"version": "==3.1.2"
},
"setuptools": {
"version": "==36.0.1"
},
"simplegeneric": {
"version": "==0.8.1"
},
"six": {
"version": "==1.10.0"
},
"traitlets": {
"version": "==4.3.2"
},
"wcwidth": {
"version": "==0.1.7"
}
}
}