aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0b546781..d0beb632 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ django = "~=3.0.4"
django-environ = "~=0.4.5"
django-filter = "~=2.1.0"
djangorestframework = "~=3.11.0"
-psycopg2-binary = "~=2.8"
+psycopg2-binary = "~=2.8.0"
django-simple-bulma = "~=2.1"
whitenoise = "~=5.0"
requests = "~=2.21"
@@ -20,6 +20,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"