12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- [[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]
- black = {version = "==20.8b1", markers = "python_version >= '3.6'"}
- mypy = "*"
- 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"
|