diff options
Diffstat (limited to '')
| -rw-r--r-- | Pipfile | 2 | ||||
| -rw-r--r-- | Pipfile.lock | 14 |
2 files changed, 1 insertions, 15 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" diff --git a/Pipfile.lock b/Pipfile.lock index f3e4565b..097c4f81 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "a9a46956f5519f67344309a42bf24adc3b33a19363d0c5a73ba79273d1029f9c" + "sha256": "edc59f1c711954bd22606d68e00f44c21c68a7b3193b20e44a86438e24c0f54b" }, "pipfile-spec": 6, "requires": { @@ -75,18 +75,6 @@ ], "version": "==1.0.0" }, - "django-crispy-bulma": { - "git": "https://github.com/python-discord/django-crispy-bulma.git", - "ref": "c741d399b2eaf08865cba6880cee851c9c9a7ece" - }, - "django-crispy-forms": { - "hashes": [ - "sha256:888bb316db89b60050a42ec35080facb361d823eec38010ccb0702f45642d3b8", - "sha256:f2f1e0fbb458851636447cfb6be1a611b40c8ac9e41a74ba923011378670b43b" - ], - "index": "pypi", - "version": "==1.9.2" - }, "django-environ": { "hashes": [ "sha256:6c9d87660142608f63ec7d5ce5564c49b603ea8ff25da595fd6098f6dc82afde", |