Add `tomli` as dep being fastest in the west

lifo_pps_ib
Tyler Goodlet 2022-06-21 12:53:34 -04:00
parent 4475823e48
commit 7ebf8a8dc0
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ setup(
}, },
install_requires=[ install_requires=[
'toml', 'toml',
'tomli', # fastest pure py reader
'click', 'click',
'colorlog', 'colorlog',
'attrs', 'attrs',