Remove `pydantic` from deps

drop_pydantic
Tyler Goodlet 2022-07-09 13:10:09 -04:00
parent 2a99f7a4d7
commit dfee9dd97e
1 changed files with 1 additions and 2 deletions

View File

@ -47,12 +47,11 @@ setup(
'attrs',
'pygments',
'colorama', # numba traceback coloring
'pydantic', # structured data
'msgspec', # performant IPC messaging and structs
# async
'trio',
'trio-websocket',
'msgspec', # performant IPC messaging
'async_generator',
# from github currently (see requirements.txt)