From dfee9dd97eb7128186f2140cbda917bab59de3ed Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 9 Jul 2022 13:10:09 -0400 Subject: [PATCH] Remove `pydantic` from deps --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9ae98dbb..71cc078b 100755 --- a/setup.py +++ b/setup.py @@ -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)