diff options
author | 2019-04-05 13:40:49 +0100 | |
---|---|---|
committer | 2019-04-05 13:40:49 +0100 | |
commit | 304af6d64733521b49c3ac4e49ee07f76bae3a34 (patch) | |
tree | 5783c9e70dd48bd0da4a22a11cb19f7aa0fc26dc /Pipfile | |
parent | [#193] Replace Poetry with Pipenv (diff) |
[#158 #160] Add crispy-bulma and simple-bulma
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ djangorestframework = "*" djangorestframework-bulk = "*" uwsgi = "*" psycopg2-binary = "*" +django-simple-bulma = "*" +django-crispy-bulma = "*" [requires] python_version = "3.7" |