-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile.lock
41 lines (41 loc) · 1.28 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
{
"_meta": {
"hash": {
"sha256": "76d5e9000888552ba562235ad50b1d3b671c1ce7b449446976a7d0e4e1922081"
},
"host-environment-markers": {
"implementation_name": "cpython",
"implementation_version": "3.6.3",
"os_name": "posix",
"platform_machine": "x86_64",
"platform_python_implementation": "CPython",
"platform_release": "4.13.0-32-generic",
"platform_system": "Linux",
"platform_version": "#35-Ubuntu SMP Thu Jan 25 09:13:46 UTC 2018",
"python_full_version": "3.6.3",
"python_version": "3.6",
"sys_platform": "linux"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3"
},
"sources": [
{
"name": "pypi",
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
]
},
"default": {
"pyserial": {
"hashes": [
"sha256:e0770fadba80c31013896c7e6ef703f72e7834965954a78e71a3049488d4d7d8",
"sha256:6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627"
],
"version": "==3.4"
}
},
"develop": {}
}