Add: django-crispy-forms

This commit is contained in:
Stepan Zhukovsky 2023-08-05 15:45:21 +09:00
parent 38f1cb14ae
commit f8218bdfd6
2 changed files with 16 additions and 1 deletions

16
poetry.lock generated
View File

@ -48,6 +48,20 @@ files = [
{file = "django_cleanup-8.0.0-py2.py3-none-any.whl", hash = "sha256:8cd8872d67fe1501b19a843d006cdb5673cfbb74ac3d6d8f2c60e8e7723a7f5b"}, {file = "django_cleanup-8.0.0-py2.py3-none-any.whl", hash = "sha256:8cd8872d67fe1501b19a843d006cdb5673cfbb74ac3d6d8f2c60e8e7723a7f5b"},
] ]
[[package]]
name = "django-crispy-forms"
version = "2.0"
description = "Best way to have Django DRY forms"
optional = false
python-versions = ">=3.7"
files = [
{file = "django-crispy-forms-2.0.tar.gz", hash = "sha256:90193b068bf948d9c68449bc8260afed1a8e2afe11ee0bac8c4ebfaeb175b322"},
{file = "django_crispy_forms-2.0-py3-none-any.whl", hash = "sha256:d1d4e585929058a9ab3b797666ea5b69320b9ba7937f9d146d32173246a6fd13"},
]
[package.dependencies]
django = ">=3.2"
[[package]] [[package]]
name = "django-environ" name = "django-environ"
version = "0.10.0" version = "0.10.0"
@ -221,4 +235,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "82580779974f9b9a09d2b46c9d92491e870b66363e634d34252a31338da1aeff" content-hash = "2f00d103e6794e486449e38d4044b7d132579ea4bd5ca8c95dcab7a9d244200e"

View File

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