-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile.lock
61 lines (61 loc) · 1.32 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
{
"_meta": {
"hash": {
"sha256": "c3beda2daca2a51f2037cb74c791e889fc9bca5952997b366b988eeff4029835"
},
"requires": {},
"sources": [
{
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"gnusocial": {
"git": "https://github.com/yuvallanger/pygnusocial.git",
"ref": "media_ids"
}
},
"develop": {
"appdirs": {
"version": "==1.4.3"
},
"autopep8": {
"version": "==1.3.1"
},
"elpy": {
"version": "==1.15.0"
},
"flake8": {
"version": "==3.3.0"
},
"importmagic": {
"version": "==0.1.7"
},
"mccabe": {
"version": "==0.6.1"
},
"packaging": {
"version": "==16.8"
},
"pycodestyle": {
"version": "==2.3.1"
},
"pyflakes": {
"version": "==1.5.0"
},
"pyparsing": {
"version": "==2.2.0"
},
"setuptools": {
"version": "==35.0.2"
},
"six": {
"version": "==1.10.0"
},
"yapf": {
"version": "==0.16.2"
}
}
}