Pipfile 361 B

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