Pipfile 569 B

12345678910111213141516171819202122232425
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. freesurfer-surface = {editable = true, path = "."}
  7. [dev-packages]
  8. pylint = ">=2.3.0"
  9. pytest = "*"
  10. pytest-cov = "*"
  11. "autopep8" = "<2"
  12. # python3.5 compatibility
  13. isort = "<5"
  14. # workaround https://github.com/pytest-dev/pytest/issues/3953
  15. pathlib2 = {version = "*", markers="python_version < '3.6'"}
  16. # https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
  17. zipp = "<2"
  18. [requires]
  19. python_version = "3"
  20. # Pipfile syntax: https://github.com/pypa/pipfile#pipfile