Skip to content

Commit

Permalink
Add newrelic pypi package again
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed May 23, 2023
1 parent c4e0719 commit 85dc839
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ dependencies = [
"gevent==22.10.2",
"greenlet==2.0.2",
"gunicorn[gevent]==20.1.0",
"importlib-metadata==6.6.0" # See https://github.com/hotosm/tasking-manager/issues/5395
# For importlib-metadata, see https://github.com/hotosm/tasking-manager/issues/5395
"importlib-metadata==6.6.0",
# Dependencies used by hotosm.org for production deployments
"newrelic==8.8.0"
]
requires-python = ">=3.9,<=3.11"
readme = "README.md"
Expand Down

0 comments on commit 85dc839

Please sign in to comment.