From 5bf30e41ff55cb2fee54ec78936f33492c3a1969 Mon Sep 17 00:00:00 2001 From: Syed Umar Arfeen <18597330+Anon-Exploiter@users.noreply.github.com> Date: Thu, 1 Aug 2019 17:59:40 +0500 Subject: [PATCH] Resolving plotly deprecation issue In the old version of requirements.txt `plotly>=3.10.0` is being used which returns deprecation issue. It can be fixed by using `plotly==3.10.0` instead --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d71d4bd..bbdea08f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4>=4.7.1 censys==0.0.8 -plotly>=3.10.0 +plotly==3.10.0 pytest>=4.6.3 PyYaml>=5.1.1 requests>=2.22.0