aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2021-10-06 23:20:56 +0200
committerGravatar Johannes Christ <[email protected]>2021-10-06 23:22:45 +0200
commitce75197fc1d0b2086631277d29f9396908bdc86c (patch)
tree2eab9855ab1a83352a5d83050d8a1fc0524f3285 /pyproject.toml
parentMerge branch 'main' into subdomains-to-query-paths (diff)
parentMerge pull request #599 from python-discord/fix-http-links (diff)
Merge branch 'master' into subdomains-to-query-paths
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"