# SPDX-FileCopyrightText: 2017 Mattia Verga <mattia.verga@tiscali.it>
#
# SPDX-License-Identifier: MIT

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = "*"
mock = "*"
nose = "*"
coveralls = "*"
sphinx = "*"
sphinx-rtd-theme = "*"

[packages]
click = "*"
numpy = "*"
pandas = "*"

[requires]
python_version = "3.11"
