From 7b31ffa67810cc4b29d7efa8089744ca8c5794cf Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Thu, 1 Apr 2021 13:30:42 +0530 Subject: [PATCH] Install etcd3 & python-consul2 in dev environments Prevents CI from failing --- dev-requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index e820a967..0eae2139 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,3 +5,7 @@ codecov black notebook>=4.0 websockets +# etcd3 & python-consul2 are now soft dependencies +# Adding them here prevents CI from failing +etcd3 +python-consul2 \ No newline at end of file