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

[dev-packages]
phonenumbers = "==9.0.26"
pytest = "==9.0.2"
pytest-cov = "==7.0.0"
requests = "==2.32.5"
ruff = "==0.15.1"

[packages]
phone-gen = { editable = true, path = "." }

[requires]
python_version = "3.12"

[scripts]
tests = "pytest ./tests"
format = "ruff format"
check = "ruff check --fix"
