From 33b51fcb06be771dab9ab0e242ca9b2fc2b8daa4 Mon Sep 17 00:00:00 2001 From: Uma Annamalai Date: Thu, 1 Jun 2023 11:15:52 -0700 Subject: [PATCH] Testing install requires. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44b4957d3..587afeaf9 100644 --- a/setup.py +++ b/setup.py @@ -152,7 +152,7 @@ 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=["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"] ) if with_setuptools: