Pipfile 411 B

1234567891011121314151617181920212223
  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 = "*"
  9. mypy = "*"
  10. pylint = "*"
  11. pylint-import-requirements = "*"
  12. pytest = "*"
  13. pytest-cov = "*"
  14. # mypy on python<3.8
  15. typed-ast = {markers = "python_version < '3.8'"}
  16. [requires]
  17. python_version = "3"
  18. # Pipfile syntax: https://github.com/pypa/pipfile#pipfile