# this pipenv 'Pipfile' is only for development and testing; the library itself # has no dependencies beyond the Python 3 standard library [[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] [dev-packages] flake8 = "*" flake8-annotations = "*" isort = "*" mypy = "*" pytest = "*" pytest-codeblocks = "*" pytest-cov = "*" requests = "*" typing_extensions = "*" # must lock black to an exact version because it is still "beta" # see: https://github.com/psf/black/issues/517 black = "==21.9b0" [requires] python_version = "3.8"