Add missing protobuf dependency

kraken_deposits_fixes
Guillermo Rodriguez 2023-02-12 16:07:42 -03:00
parent f0b17cb8f7
commit 2851a0ecc5
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ setup(
'pygments',
'colorama', # numba traceback coloring
'msgspec', # performant IPC messaging and structs
'protobuf',
# async
'trio',