diff --git a/setup.py b/setup.py index 0c2abd5..6d1aa05 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,8 @@ setup( 'tqdm', 'ujson', 'pydantic', + 'gin-config', + 'absl-py', ], test_suite='tests',