aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-05 13:40:49 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-05 13:40:49 +0100
commit304af6d64733521b49c3ac4e49ee07f76bae3a34 (patch)
tree5783c9e70dd48bd0da4a22a11cb19f7aa0fc26dc /Pipfile
parent[#193] Replace Poetry with Pipenv (diff)
[#158 #160] Add crispy-bulma and simple-bulma
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index af1629d4..7a12f79d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -25,6 +25,8 @@ djangorestframework = "*"
djangorestframework-bulk = "*"
uwsgi = "*"
psycopg2-binary = "*"
+django-simple-bulma = "*"
+django-crispy-bulma = "*"
[requires]
python_version = "3.7"