diff options
author | 2021-09-02 23:00:39 +0100 | |
---|---|---|
committer | 2021-09-02 23:00:39 +0100 | |
commit | 1190c68005f63ff7463dbb9e35d72dbc54f60f3d (patch) | |
tree | 47debb177e56682540f1b61d090b83acffddf4a5 | |
parent | Revert change to Metricity DB URL (diff) |
Follow standard for dependency versioning for django-prometheus
Co-authored-by: Vivaan Verma <[email protected]>
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index c8029d94..c99f1e0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ gunicorn = "~=20.0.4" sentry-sdk = "~=0.19" markdown = "~=3.3.4" python-frontmatter = "~=1.0" -django-prometheus = "^2.1.0" +django-prometheus = "~=2.1" [tool.poetry.dev-dependencies] coverage = "~=5.0" |