diff options
author | 2020-07-14 23:04:27 +0200 | |
---|---|---|
committer | 2020-07-14 23:04:27 +0200 | |
commit | 3293eec240a0a2c7bfd8116d75484794d3a6210e (patch) | |
tree | adab88725e24222283611ce25f07c666fd9c2aa0 /Pipfile | |
parent | Catch ConnectionError when trying to get updated repository data (diff) |
Removes django_crispy_bulma dependency.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |