Projet de remplacement du "RPiPasserelle" d'Otec.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

poetry.lock 1.6KB

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