aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-07-14 23:04:27 +0200
committerGravatar Leon Sandøy <[email protected]>2020-07-14 23:04:27 +0200
commit3293eec240a0a2c7bfd8116d75484794d3a6210e (patch)
treeadab88725e24222283611ce25f07c666fd9c2aa0 /Pipfile
parentCatch ConnectionError when trying to get updated repository data (diff)
Removes django_crispy_bulma dependency.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index ef05d090..0f8872ea 100644
--- a/Pipfile
+++ b/Pipfile
@@ -13,7 +13,6 @@ djangorestframework = "~=3.9.2"
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"