Remove pydantic dependency (#1289)

Remove pydantic dependency in favor of mashumaro.
This commit is contained in:
Steven B.
2024-11-20 15:19:12 +00:00
committed by GitHub
parent f7778aaa53
commit 0058ad9f2e
3 changed files with 1 additions and 75 deletions

View File

@@ -8,7 +8,6 @@ readme = "README.md"
requires-python = ">=3.11,<4.0"
dependencies = [
"asyncclick>=8.1.7",
"pydantic>=1.10.15",
"cryptography>=1.9",
"aiohttp>=3",
"tzdata>=2024.2 ; platform_system == 'Windows'",