Pipfile 228 B

1234567891011121314
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [dev-packages]
  6. black = "==19.10b0"
  7. pylint = "*"
  8. pytest = "*"
  9. pytest-cov = "*"
  10. yamily = {extras = ["yaml"], path = "."}
  11. [requires]
  12. python_version = "3"