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

[packages]
pytest = "*"
argparse = "*"
typing = "*"
hatchling = "*"
build = "*"

[dev-packages]
pytest = "*"

[requires]
python_version = "3.7"
