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