Pipfile 239 B

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