aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Kieran Siek <[email protected]>2020-07-15 10:36:38 +0800
committerGravatar GitHub <[email protected]>2020-07-15 10:36:38 +0800
commit183533240fd74575bda1274c0ea426e693549060 (patch)
treeedbaec8a7119e4d5aaf4c9ce0a1cce11e2f6cbed /Pipfile
parentCatch ConnectionError when trying to get updated repository data (diff)
parentFix linting issues caused by refactor. (diff)
Merge pull request #368 from python-discord/remove_django_crispy_bulma
Removes django-crispy-bulma as a dependency.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index ef05d090..ab77e824 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,7 +5,6 @@ verify_ssl = true
[packages]
django = "~=2.2.13"
-django-crispy-forms = "~=1.7.2"
django-environ = "~=0.4.5"
django-filter = "~=2.1.0"
django-hosts = "~=3.0"
@@ -13,7 +12,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"