From 1807a23fcc61247a076953d83dd98b1990922409 Mon Sep 17 00:00:00 2001 From: Vaibhav Vishal Date: Wed, 3 Apr 2019 18:50:03 +0530 Subject: [PATCH] add typing_extensions to enviromnent and requirements --- environment.yml | 1 + requirements-dev.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index a1042be48156c..9c2e29e19e1b4 100644 --- a/environment.yml +++ b/environment.yml @@ -25,6 +25,7 @@ dependencies: - pytest-mock - sphinx - numpydoc + - typing_extensions # optional - beautifulsoup4>=4.2.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index 173441489b388..19d4aabb9d839 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,6 +16,7 @@ pytest>=4.0.2 pytest-mock sphinx numpydoc +typing_extensions beautifulsoup4>=4.2.1 blosc botocore>=1.11