Pipfile 272 B

12345678910111213141516
  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. pylint-import-requirements = "*"
  11. pytest = "*"
  12. pytest-cov = "*"
  13. [requires]
  14. python_version = "3"