aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-07-14 19:44:49 -0700
committerGravatar MarkKoz <[email protected]>2020-07-14 19:44:49 -0700
commitdec440dc7ad57dcf41e754d22abeeb0b79e901ab (patch)
tree2f1a370f3d45a6d608334a300ffdad38c7a91fdf /Pipfile
parentAllow empty list for user roles (diff)
parentMerge pull request #368 from python-discord/remove_django_crispy_bulma (diff)
Merge remote-tracking branch 'origin/master' into feat/deps/344/django-3.0
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 6c99b995..0f794078 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,7 +5,6 @@ verify_ssl = true
[packages]
django = "~=3.0.4"
-django-crispy-forms = "~=1.9.0"
django-environ = "~=0.4.5"
django-filter = "~=2.1.0"
django-hosts = "~=4.0"
@@ -13,7 +12,6 @@ djangorestframework = "~=3.11.0"
djangorestframework-bulk = "~=0.2.1"
psycopg2-binary = "~=2.8"
django-simple-bulma = "~=1.2"
-django-crispy-bulma = {git = "https://github.com/python-discord/django-crispy-bulma.git", ref = "0.3"}
whitenoise = "~=5.0"
requests = "~=2.21"
pygments = "~=2.3.1"