From fe17e3632239387f7f53bd6d5873b0728c4a37b8 Mon Sep 17 00:00:00 2001 From: umaannamalai Date: Thu, 1 Jun 2023 19:12:37 +0000 Subject: [PATCH] [Mega-Linter] Apply linters fixes --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5811e85933..76340f55e9 100644 --- a/setup.py +++ b/setup.py @@ -152,7 +152,9 @@ def build_extension(self, ext): "newrelic": ["newrelic.ini", "version.txt", "packages/urllib3/LICENSE.txt", "common/cacert.pem"], }, extras_require={"infinite-tracing": ["grpcio", "protobuf"]}, - install_requires=["newrelic_security @ git+https://github.com/newrelic/csec-python-agent.git@develop#egg=newrelic_security"], + install_requires=[ + "newrelic_security @ git+https://github.com/newrelic/csec-python-agent.git@develop#egg=newrelic_security" + ], ) if with_setuptools: