Pipfile 308 B

12345678910111213141516
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [dev-packages]
  6. # workaround for pipenv ignoring extras
  7. PyYAML = "*"
  8. black = "==19.10b0"
  9. pylint = "*"
  10. pytest = "*"
  11. pytest-cov = "*"
  12. yamily = {editable = true,extras = ["graphviz", "yaml"],path = "."}
  13. [requires]
  14. python_version = "3"