12345678910111213141516171819202122232425262728293031 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- freesurfer-surface = {editable = true, path = "."}
- numpy = "<1.22"
- [dev-packages]
- black = "*"
- mypy = "*"
- pylint = "*"
- pylint-import-requirements = "*"
- pytest = "*"
- pytest-cov = "*"
- typing-extensions = {markers = ""}
- typed-ast = {markers = "python_version < '3.8'"}
- [requires]
- python_version = "3"
|