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