123456789101112131415161718192021222324252627282930313233343536373839404142 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- freesurfer-stats = {editable = true, path = "."}
- pandas = "<1"
- numpy = "<1.19.0"
- [dev-packages]
- pylint = "*"
- pylint-import-requirements = "*"
- pytest-cov = ">=2"
- importlib-metadata = "<2,<3"
- isort = "<5"
- pathlib2 = {version = "*", markers="python_version < '3.6'"}
- pytest = "<6.2"
- zipp = "<2"
- [requires]
- python_version = "3"
|