From 0da5ef16e6170efad32d8b82533f620f129b04f7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 18 Oct 2021 19:16:56 +0200 Subject: [PATCH] Remove unnecessary dependency --- environment.yml | 1 - requirements.txt | 1 - setup.py | 1 - 3 files changed, 3 deletions(-) diff --git a/environment.yml b/environment.yml index f62ac8105..84ab5ff6f 100644 --- a/environment.yml +++ b/environment.yml @@ -16,7 +16,6 @@ dependencies: - cachetools - requests - urllib3 - - wrapt - jsonschema - TA-Lib - tabulate diff --git a/requirements.txt b/requirements.txt index 9f7a055e8..b10bbabf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,6 @@ arrow==1.2.0 cachetools==4.2.2 requests==2.26.0 urllib3==1.26.7 -wrapt==1.13.2 jsonschema==4.1.0 TA-Lib==0.4.21 technical==1.3.0 diff --git a/setup.py b/setup.py index 445155687..b23fa814d 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,6 @@ setup( 'cachetools', 'requests', 'urllib3', - 'wrapt', 'jsonschema', 'TA-Lib', 'pandas-ta',