Pipfile 347 B

1234567891011121314151617181920
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. switchbot-mqtt = {editable = true,path = "."}
  7. [dev-packages]
  8. black = "==20.8b1"
  9. mypy = "*"
  10. pylint = "*"
  11. pylint-import-requirements = "*"
  12. pytest = "*"
  13. pytest-cov = "*"
  14. [requires]
  15. python_version = "3"
  16. # Pipfile syntax: https://github.com/pypa/pipfile#pipfile