-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathPipfile.lock
More file actions
35 lines (35 loc) · 1.05 KB
/
Pipfile.lock
File metadata and controls
35 lines (35 loc) · 1.05 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
{
"_meta": {
"hash": {
"sha256": "1ae299738aba0c095d06f129e3b1624abf9df55145e1bc541228b676acff7f0f"
},
"pipfile-spec": 6,
"requires": {},
"sources": [
{
"name": "pypi",
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"async-timeout": {
"hashes": [
"sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15",
"sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c"
],
"markers": "python_version >= '3.6'",
"version": "==4.0.2"
},
"redis": {
"hashes": [
"sha256:68226f7ede928db8302f29ab088a157f41061fa946b7ae865452b6d7838bbffb",
"sha256:da92a39fec86438d3f1e2a1db33c312985806954fe860120b582a8430e231d8f"
],
"index": "pypi",
"version": "==4.4.4"
}
},
"develop": {}
}