Pipfile 422 B

123456789101112131415161718192021222324
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. freesurfer-volume-reader = {editable = true, path = "."}
  7. # python3.6 compatibility
  8. numpy = "<1.20"
  9. [dev-packages]
  10. black = "==20.8b1"
  11. mypy = "*"
  12. pylint = "*"
  13. pylint-import-requirements = "*"
  14. pytest = "*"
  15. pytest-cov = "*"
  16. pytest-timeout = "*"
  17. [requires]
  18. python_version = "3"
  19. # Pipfile syntax: https://github.com/pypa/pipfile#pipfile