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

[packages]
msgpack = "1.0.3"

[dev-packages]
build = "*"
pre-commit = ">=3.0.0,<4.0.0"
pytest = ">=7.4.0,<7.5.0"
pytest-asyncio = ">=0.21.0,<0.22.0"
pytest-docker-tools = ">=3.1.0,<3.2.0"
pytest-cov = "*"
flake8 = "==6.1.0"
black = "==23.10.1"
isort = "==5.12.0"

[requires]
python_version = "3.11"
