From 36110244922b306129c6cc84c5b2bd6086bfdc16 Mon Sep 17 00:00:00 2001 From: Katie Mazaitis Date: Tue, 16 Feb 2021 15:37:19 -0500 Subject: [PATCH] Add structlog to python requirements.txt --- dev/docker/python/assets/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/docker/python/assets/requirements.txt b/dev/docker/python/assets/requirements.txt index 524c70f..48103b4 100644 --- a/dev/docker/python/assets/requirements.txt +++ b/dev/docker/python/assets/requirements.txt @@ -18,4 +18,5 @@ scikit-learn scipy selenium sqlalchemy +structlog xlrd