-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile.lock
74 lines (74 loc) · 1.58 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
69
70
71
72
73
74
{
"_meta": {
"hash": {
"sha256": "9f318ec6d617fb998fd2b1c3afbebdf340e22356d09b76ea32872c3516b1c979"
},
"requires": {},
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"aiohttp": {
"version": "==2.2.2"
},
"appdirs": {
"version": "==1.4.3"
},
"async-timeout": {
"version": "==1.2.1"
},
"cached-property": {
"version": "==1.3.0"
},
"certifi": {
"version": "==2017.4.17"
},
"chardet": {
"version": "==3.0.4"
},
"defusedxml": {
"version": "==0.5.0"
},
"idna": {
"version": "==2.5"
},
"isodate": {
"version": "==0.5.4"
},
"lxml": {
"version": "==3.8.0"
},
"multidict": {
"version": "==3.1.0"
},
"pytz": {
"version": "==2017.2"
},
"requests": {
"version": "==2.18.1"
},
"requests-toolbelt": {
"version": "==0.8.0"
},
"six": {
"version": "==1.10.0"
},
"untangle": {
"version": "==1.1.1"
},
"urllib3": {
"version": "==1.21.1"
},
"yarl": {
"version": "==0.11.0"
},
"zeep": {
"version": "==2.2.0"
}
},
"develop": {}
}