diff options
author | 2020-07-15 10:36:38 +0800 | |
---|---|---|
committer | 2020-07-15 10:36:38 +0800 | |
commit | 183533240fd74575bda1274c0ea426e693549060 (patch) | |
tree | edbaec8a7119e4d5aaf4c9ce0a1cce11e2f6cbed /Pipfile | |
parent | Catch ConnectionError when trying to get updated repository data (diff) | |
parent | Fix 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-- | Pipfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |