add click function to expose select to cli

This commit is contained in:
Sean Breckenridge 2021-04-05 13:29:34 -07:00
parent 8c16aed7d6
commit 702d41fe90
5 changed files with 211 additions and 5 deletions

View file

@ -56,7 +56,7 @@ def main():
'optional': [
# todo document these?
'logzero',
'orjson',
'orjson', # for my.core.serialize
'cachew>=0.8.0',
'mypy', # used for config checks
],