1234567891011121314151617181920212223 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- freesurfer-surface = {editable = true, path = "."}
- # python3.6 compatibility
- numpy = "<1.20"
- [dev-packages]
- black = "==20.8b1"
- mypy = "*"
- pylint = "*"
- pylint-import-requirements = "*"
- pytest = "*"
- pytest-cov = "*"
- [requires]
- python_version = "3"
- # Pipfile syntax: https://github.com/pypa/pipfile#pipfile
|