Projet de remplacement du "RPiPasserelle" d'Otec.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Pipfile 320B

1234567891011121314151617181920212223
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. pytest = "*"
  7. requests = "*"
  8. asynctest = "*"
  9. pytest-asyncio = "*"
  10. pylint = "*"
  11. [packages]
  12. starlette = "*"
  13. uvicorn = "*"
  14. umodbus = "*"
  15. click = "*"
  16. netifaces = "*"
  17. pytest = "*"
  18. pytest-asyncio = "*"
  19. [requires]
  20. python_version = "3"