123456789101112131415161718192021222324252627 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- freesurfer-surface = {editable = true, path = "."}
- [dev-packages]
- pylint = ">=2.3.0"
- pytest = "*"
- pytest-cov = "*"
- "autopep8" = "<2"
- isort = "<5"
- numpy = "<1.19"
- pathlib2 = {version = "*", markers="python_version < '3.6'"}
- # https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
- zipp = "<2"
- [requires]
- python_version = "3"
- # Pipfile syntax: https://github.com/pypa/pipfile#pipfile
|