aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Pipfile b/Pipfile
index f5993078..94d9cf43 100644
--- a/Pipfile
+++ b/Pipfile
@@ -10,15 +10,14 @@ django-filter = "~=2.1.0"
django-hosts = "~=4.0"
djangorestframework = "~=3.11.0"
psycopg2-binary = "~=2.8"
-django-simple-bulma = "~=1.2"
+django-simple-bulma = "~=2.1"
whitenoise = "~=5.0"
requests = "~=2.21"
-pygments = "~=2.7.4"
-wiki = "~=0.6.0"
pyyaml = "~=5.1"
gunicorn = "~=20.0.4"
-django-allauth = "~=0.41"
sentry-sdk = "~=0.19"
+markdown = "~=3.3.4"
+python-frontmatter = "~=1.0"
[dev-packages]
coverage = "~=5.0"
@@ -34,6 +33,7 @@ flake8-todo = "~=0.7"
mccabe = "~=0.6.1"
pep8-naming = "~=0.9"
pre-commit = "~=2.1"
+pyfakefs = "~=4.4.0"
coveralls = "~=2.1"
[requires]