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

[dev-packages]
phonenumbers = "==9.0.28"
pytest = "==9.0.3"
pytest-cov = "==7.0.0"
requests = "==2.33.1"
ruff = "==0.15.10"

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

[requires]
python_version = "3.12"

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