aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2022-01-23 16:38:03 +0100
committerGravatar Leon Sandøy <[email protected]>2022-01-23 16:38:03 +0100
commit605d9a0266a9a967f051fa244bf1c2d31776c119 (patch)
treea9f3218e355c8f6a106ba2604334ce8a34823715 /pyproject.toml
parentLink icons belong close together. (diff)
parentMerge pull request #640 from Krish-bhardwaj/main (diff)
Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-main
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8c0dc937..289d825c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,11 +7,10 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.9.*"
-django = "~=3.0.4"
+django = "~=3.1.14"
django-environ = "~=0.4.5"
-django-filter = "~=2.1.0"
-django-hosts = "~=4.0"
-djangorestframework = "~=3.11.0"
+django-filter = "~=21.1"
+djangorestframework = "~=3.12.0"
psycopg2-binary = "~=2.8.0"
django-simple-bulma = "~=2.4"
whitenoise = "~=5.0"
@@ -22,6 +21,7 @@ sentry-sdk = "~=0.19"
markdown = "~=3.3.4"
python-frontmatter = "~=1.0"
django-prometheus = "~=2.1"
+django-distill = "~=2.9.0"
[tool.poetry.dev-dependencies]
coverage = "~=5.0"