Merge pull request #458 from pikers/missing_protobuf

Add missing protobuf dependency
kraken_deposits_fixes
Guillermo Rodriguez 2023-02-12 16:19:31 -03:00 committed by GitHub
commit 0f082ed9d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',