diff options
author | 2020-07-14 19:44:49 -0700 | |
---|---|---|
committer | 2020-07-14 19:44:49 -0700 | |
commit | dec440dc7ad57dcf41e754d22abeeb0b79e901ab (patch) | |
tree | 2f1a370f3d45a6d608334a300ffdad38c7a91fdf /Pipfile | |
parent | Allow empty list for user roles (diff) | |
parent | Merge 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-- | Pipfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |