We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
newrelic
1 parent 8af8b77 commit d604b1aCopy full SHA for d604b1a
requirements/deploy.in
@@ -8,6 +8,9 @@ psycopg2
8
pillow
9
10
structlog-sentry
11
-newrelic
+
12
+# We should unpin this dependency.
13
+# There is a new 8.x version, but I didn't find the changelog quickly.
14
+newrelic==7.4.0.172
15
16
ipython
requirements/deploy.txt
@@ -246,7 +246,7 @@ markupsafe==2.1.2
246
# jinja2
247
matplotlib-inline==0.1.6
248
# via ipython
249
-newrelic==8.7.0
250
# via -r requirements/deploy.in
251
oauthlib==3.2.2
252
# via
0 commit comments