Add msgspec to dependencies

This commit is contained in:
mor 2023-05-11 13:41:59 +03:00
parent b1ba862539
commit 5abd8342ad

View file

@ -45,6 +45,7 @@ dependencies = [
"pydantic~=1.10.7",
"aiofiles~=23.1.0",
"certifi>=2022.9.24",
"msgspec~=0.15.0"
]
dynamic = ["version"]