Skip to content

Commit

Permalink
Add newrelic package with pdm.lock
Browse files Browse the repository at this point in the history
Add removed package newrelic needed for production deployment of
tasking-manager. This adds missing updates to pdm.lock file.
  • Loading branch information
eternaltyro committed May 23, 2023
1 parent c4e0719 commit d1237ee
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
25 changes: 24 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 d1237ee

Please sign in to comment.