Skip to content

Commit

Permalink
Remove pydantic from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jul 9, 2022
1 parent 2a99f7a commit dfee9dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@
'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)
Expand Down

0 comments on commit dfee9dd

Please sign in to comment.