typeguard>=2.10
typing_extensions>=4.3.0

[:python_version < "3.8"]
numerary<0.4,>=0.3.0

[:python_version >= "3.8"]
numerary>=0.4.0

[all]
phantom-types[phonenumbers]
phantom-types[pydantic]
phantom-types[dateutil]

[dateutil]
python-dateutil>=2.8.2

[phonenumbers]
phonenumbers>=8.12.41

[pydantic]
pydantic>=1.9.0

[test]
mypy>=0.930
pytest
pytest-mypy-plugins>=1.9.3
coverage
