Pipfile 422 B

123456789101112131415161718
  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 requires python>=3.6
  8. # https://github.com/psf/black/commit/e74117f172e29e8a980e2c9de929ad50d3769150#diff-2eeaed663bd0d25b7e608891384b7298R51
  9. #black = "==19.10b0"
  10. mypy = "*"
  11. pylint = "*"
  12. pylint-import-requirements = "*"
  13. pytest = "*"
  14. pytest-cov = "*"
  15. [requires]
  16. python_version = "3"