mcaulifn/solcast

View on GitHub
pyproject.toml

Summary

Maintainability
Test Coverage
[tool.poetry]
name = "pysolcast"
version = "2.0.6"
description = ""
authors = ["Nathaniel McAuliffe <nathanielmcauliffe@hotmail.com>"]
readme = "README.rst"

[tool.poetry.dependencies]
python = ">=3.9"
anyconfig = "0.14.0"
isodate = "0.6.1"
requests = "^2.31.0"

[tool.poetry.group.dev.dependencies]
bump2version = "1.0.1"
tox = "4.18.0"
pytest = "8.3.2"
pytest-cov = "5.0.0"
sphinx-autodoc-typehints = "2.3.0"
autopep8 = "2.3.1"
rope = "1.13.0"
pydocstyle = "6.3.0"
pycodestyle = "2.12.1"
mock = "5.1.0"
pylint = "3.2.7"
setuptools-scm = "8.1.0"
Sphinx = "7.4.7"
responses = "^0.25.0"


[build-system]
requires = ["poetry-core >= 1.9.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.black]
max-line-length = 120

[tool.poetry-dynamic-versioning]
enable = true
bump = true
metadata = false
stype = "pep440"