instantiate newrelic in gunicorn_entry.py

This commit is contained in:
Kenneth Kehl
2025-07-29 08:15:43 -07:00
parent 814d08af2b
commit c8a559f0e5
4 changed files with 8 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ gunicorn = {version = "==23.0.0", extras = ["gevent"]}
humanize = "~=4.12"
itsdangerous = "~=2.2"
jinja2 = "^3.1.6"
newrelic = "*"
newrelic = "^10.15.0"
pyexcel = "==0.7.3"
pyexcel-io = "==0.6.7"
pyexcel-ods3 = "==0.6.1"