-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile.lock
75 lines (75 loc) · 1.56 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
75
{
"_meta": {
"hash": {
"sha256": "68247c3053e9f4634a7c6521013eef9c915bf0d41e5aac03a8a54a6ecd96edcd"
},
"requires": {},
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"SQLAlchemy": {
"version": "==1.1.9"
},
"amqp": {
"version": "==2.1.4"
},
"click": {
"version": "==6.7"
},
"frozendict": {
"version": "==1.2"
},
"jsonpatch": {
"version": "==1.15"
},
"jsonpointer": {
"version": "==1.10"
},
"kombu": {
"version": "==4.0.2"
},
"psycopg2": {
"version": "==2.7.1"
},
"vine": {
"version": "==1.1.3"
}
},
"develop": {
"appdirs": {
"version": "==1.4.3"
},
"mypy": {
"version": "==0.511"
},
"mypy_extensions": {
"version": "==0.2.0"
},
"packaging": {
"version": "==16.8"
},
"py": {
"version": "==1.4.33"
},
"pyparsing": {
"version": "==2.2.0"
},
"pytest": {
"version": "==3.0.7"
},
"setuptools": {
"version": "==35.0.2"
},
"six": {
"version": "==1.10.0"
},
"typed-ast": {
"version": "==1.0.3"
}
}
}