fix(deps): missing pydantic

This commit is contained in:
Alexandre Teles 2024-01-16 19:15:54 -03:00
parent 517f175516
commit 089f29e95f
No known key found for this signature in database
GPG Key ID: DB1C7FA46B1007F0

View File

@ -11,6 +11,7 @@ python = ">=3.11,<3.13"
aiohttp = { version = "^3.9.1", extras = ["speedups"] }
sanic = { version = "^23.12.1", extras = ["ext"] }
ujson = "^5.9.0"
pydantic = "^1.10.13"
asyncstdlib = "^3.12.0"
cytoolz = "^0.12.2"
beautifulsoup4 = "^4.12.2"