From e867ec78237e9b5cd58c95aa06adbd385e3acbc0 Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Mon, 28 Jun 2021 14:20:20 -0400 Subject: [PATCH] attempt to fix: ModuleNotFoundError: No module named 'typing_extensions', occurring in 'python3.7/site-packages/tinydb/queries.py", line 28' on Jenkins CI [skip ci] --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3bc6c0..bd9dced 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,6 @@ requests>=2.25.0 termcolor>=1.1.0 terminaltables>=3.1.0 tinydb>=3.15.2 +typing_extensions>=3.10.0.0 urllib3>=1.26.4 -yaspin>=0.16.0 \ No newline at end of file +yaspin>=0.16.0