Skip to content

Commit

Permalink
Testing install requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
umaannamalai committed Jun 1, 2023
1 parent 88cb32e commit 33b51fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 33b51fc

Please sign in to comment.