Pipfile 624 B

123456789101112131415161718192021222324252627
  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.5
  8. numpy = "<1.19.0"
  9. [dev-packages]
  10. pylint = ">=2.3.0,<3"
  11. pytest = "<5"
  12. pytest-cov = "<3,>=2"
  13. pytest-timeout = "<2"
  14. # workaround https://github.com/pytest-dev/pytest/issues/3953
  15. pathlib2 = {version = "*", markers="python_version < '3.6'"}
  16. # zipp v2.0.0 dropped support for python3.5
  17. # https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
  18. zipp = "<2"
  19. [requires]
  20. python_version = "3"
  21. # Pipfile syntax: https://github.com/pypa/pipfile#pipfile