From 6fcd174501c4fc0cf59608c8f31839f49a1fffc0 Mon Sep 17 00:00:00 2001 From: Lucie Daeye Date: Tue, 27 Mar 2018 15:30:53 +0200 Subject: [PATCH] removing unused newrelic --- pulseapi/__init__.py | 5 ----- requirements.txt | 1 - 2 files changed, 6 deletions(-) diff --git a/pulseapi/__init__.py b/pulseapi/__init__.py index 5ab8cd7..e69de29 100644 --- a/pulseapi/__init__.py +++ b/pulseapi/__init__.py @@ -1,5 +0,0 @@ -import newrelic.agent -import os - -if os.getenv('NEW_RELIC_LICENSE_KEY', None): - newrelic.agent.initialize() diff --git a/requirements.txt b/requirements.txt index 74d4352..c4c064d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,6 @@ httplib2==0.9.2 humanize==0.5.1 jmespath==0.9.1 mccabe==0.6.1 -newrelic==2.96.0.80 oauth2client==4.0.0 oauthlib==2.0.0 olefile==0.44