aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-07-03 16:37:19 +0200
committerGravatar Leon Sandøy <[email protected]>2019-07-03 16:37:19 +0200
commit1616d7a467e9df3996a8080b00809648a5df14a3 (patch)
tree9da2d51f6ba0e78a5ceb85291d6bcf5e8ef350c6 /Pipfile
parentLet's increase the verbosity and see what you guys have to say, migrate and c... (diff)
Adding whitenoise to the toolchain to serve static images
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 5d7446ab..db3b3ce8 100644
--- a/Pipfile
+++ b/Pipfile
@@ -27,6 +27,7 @@ djangorestframework-bulk = "~=0.2.1"
psycopg2-binary = "~=2.8"
django-simple-bulma = ">=1.1.7,<2.0"
django-crispy-bulma = ">=0.1.2,<2.0"
+whitenoise = "==4.1.2"
requests = "~=2.21"
pygments = "~=2.3.1"
wiki = {git = "https://github.com/python-discord/django-wiki.git"}