Pipfile 409 B

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