|
@@ -0,0 +1,48 @@
|
|
1
|
+[[package]]
|
|
2
|
+category = "main"
|
|
3
|
+description = "Python Serial Port Extension"
|
|
4
|
+name = "pyserial"
|
|
5
|
+optional = false
|
|
6
|
+python-versions = "*"
|
|
7
|
+version = "3.4"
|
|
8
|
+
|
|
9
|
+[[package]]
|
|
10
|
+category = "main"
|
|
11
|
+description = "The little ASGI library that shines."
|
|
12
|
+name = "starlette"
|
|
13
|
+optional = false
|
|
14
|
+python-versions = ">=3.6"
|
|
15
|
+version = "0.13.6"
|
|
16
|
+
|
|
17
|
+[package.extras]
|
|
18
|
+full = ["aiofiles", "graphene", "itsdangerous", "jinja2", "python-multipart", "pyyaml", "requests", "ujson"]
|
|
19
|
+
|
|
20
|
+[[package]]
|
|
21
|
+category = "main"
|
|
22
|
+description = "Implementation of the Modbus protocol in pure Python."
|
|
23
|
+name = "umodbus"
|
|
24
|
+optional = false
|
|
25
|
+python-versions = "*"
|
|
26
|
+version = "1.0.3"
|
|
27
|
+
|
|
28
|
+[package.dependencies]
|
|
29
|
+pyserial = ">=3.4,<4.0"
|
|
30
|
+
|
|
31
|
+[metadata]
|
|
32
|
+content-hash = "c85756aa32d77143b62d4706f68a6cc2c2c9ca5ff4ea1ff407b0b7cdd5b309d8"
|
|
33
|
+lock-version = "1.0"
|
|
34
|
+python-versions = "^3.7"
|
|
35
|
+
|
|
36
|
+[metadata.files]
|
|
37
|
+pyserial = [
|
|
38
|
+ {file = "pyserial-3.4-py2.py3-none-any.whl", hash = "sha256:e0770fadba80c31013896c7e6ef703f72e7834965954a78e71a3049488d4d7d8"},
|
|
39
|
+ {file = "pyserial-3.4.tar.gz", hash = "sha256:6e2d401fdee0eab996cf734e67773a0143b932772ca8b42451440cfed942c627"},
|
|
40
|
+]
|
|
41
|
+starlette = [
|
|
42
|
+ {file = "starlette-0.13.6-py3-none-any.whl", hash = "sha256:bd2ffe5e37fb75d014728511f8e68ebf2c80b0fa3d04ca1479f4dc752ae31ac9"},
|
|
43
|
+ {file = "starlette-0.13.6.tar.gz", hash = "sha256:ebe8ee08d9be96a3c9f31b2cb2a24dbdf845247b745664bd8a3f9bd0c977fdbc"},
|
|
44
|
+]
|
|
45
|
+umodbus = [
|
|
46
|
+ {file = "uModbus-1.0.3-py2.py3-none-any.whl", hash = "sha256:39487b5dffb27928d9202eeeb64a04c638d00f9171f4d79e93b7a853414fbfca"},
|
|
47
|
+ {file = "uModbus-1.0.3.tar.gz", hash = "sha256:bfb3989939db4672289da4c5986e2bf46ac4b41f976fbed2f5b682bf17403990"},
|
|
48
|
+]
|