From 05915201ff54283f5058ebb1cbdff3fcf8c08537 Mon Sep 17 00:00:00 2001 From: Kashif Rasul Date: Sun, 14 Jul 2019 22:14:41 +0200 Subject: [PATCH] added gin and absl-py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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',