Add: crispy-bootstrap5

This commit is contained in:
Stepan Zhukovsky 2023-08-05 15:54:33 +09:00
parent f8218bdfd6
commit eb80d72153
2 changed files with 20 additions and 1 deletions

20
poetry.lock generated
View File

@ -17,6 +17,24 @@ typing-extensions = {version = ">=4", markers = "python_version < \"3.11\""}
[package.extras]
tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"]
[[package]]
name = "crispy-bootstrap5"
version = "0.7"
description = "Bootstrap5 template pack for django-crispy-forms"
optional = false
python-versions = ">=3.7"
files = [
{file = "crispy-bootstrap5-0.7.tar.gz", hash = "sha256:0745a67199619149b7feca87dab7a45664876ed50fb582b38fd2aeb3f8a8d869"},
{file = "crispy_bootstrap5-0.7-py3-none-any.whl", hash = "sha256:f3ff1ef5cb379fe80b1b02e245008f276444098a4bdb8d855bed84c623798a85"},
]
[package.dependencies]
django = ">=3.2"
django-crispy-forms = ">=1.13.0"
[package.extras]
test = ["pytest", "pytest-django"]
[[package]]
name = "django"
version = "4.2"
@ -235,4 +253,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "2f00d103e6794e486449e38d4044b7d132579ea4bd5ca8c95dcab7a9d244200e"
content-hash = "23169e9f6f71a2b23a984051083562a0b5cc0eb95a224bcd6dbef2b3dffe7b7b"

View File

@ -14,6 +14,7 @@ djangorestframework-simplejwt = "^5.2.2"
django-environ = "^0.10.0"
django-cleanup = "^8.0.0"
django-crispy-forms = "^2.0"
crispy-bootstrap5 = "^0.7"
[tool.poetry.group.dev.dependencies]
flake8 = "^6.0.0"