Pipfile 318 B

12345678910111213141516171819
  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,<3"
  9. pytest = "<5"
  10. pytest-cov = "<3,>=2"
  11. "autopep8" = "<2"
  12. isort = "<5"
  13. # >=1.4.0 python3.8
  14. typed-ast = ">=1.4.0"
  15. [requires]
  16. python_version = "3"