123456789101112131415161718192021 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- freesurfer-stats = {editable = true, path = "."}
- [dev-packages]
- isort = "*"
- # >=2.3.0 due to false+ assignment-from-no-return
- # https://github.com/PyCQA/pylint/issues/2694
- pylint = ">=2.3.0,<3"
- pytest = "<5"
- # >=2 for --cov-fail-under
- pytest-cov = "<3,>=2"
- pytest-timeout = "<2"
- yapf = "*"
- [requires]
- python_version = "3"
|