diff options
author | 2021-09-04 10:04:15 +0100 | |
---|---|---|
committer | 2021-09-04 10:04:15 +0100 | |
commit | 2ce7bdd88bb943b7a10eb409bfb1802076762541 (patch) | |
tree | 49895c3c85a2c8cec2d033b51bd0028c548a4e22 /pyproject.toml | |
parent | Merge pull request #579 from python-discord/jb3/update-k8s-path (diff) | |
parent | Merge branch 'main' into jb3/django-prometheus (diff) |
Merge pull request #575 from python-discord/jb3/django-prometheus
Add Django Prometheus
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5bbf86ee..c99f1e0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ gunicorn = "~=20.0.4" sentry-sdk = "~=0.19" markdown = "~=3.3.4" python-frontmatter = "~=1.0" +django-prometheus = "~=2.1" [tool.poetry.dev-dependencies] coverage = "~=5.0" |