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 309B

12345678910111213141516171819202122
  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. [packages]
  11. starlette = "*"
  12. uvicorn = "*"
  13. umodbus = "*"
  14. click = "*"
  15. netifaces = "*"
  16. pytest = "*"
  17. pytest-asyncio = "*"
  18. [requires]
  19. python_version = "3.7"