diff --git a/poetry.lock b/poetry.lock index 3d632bc..660df39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -48,6 +48,20 @@ files = [ {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]] name = "django-environ" version = "0.10.0" @@ -221,4 +235,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "82580779974f9b9a09d2b46c9d92491e870b66363e634d34252a31338da1aeff" +content-hash = "2f00d103e6794e486449e38d4044b7d132579ea4bd5ca8c95dcab7a9d244200e" diff --git a/pyproject.toml b/pyproject.toml index 34d82dd..5b9f35e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ djangorestframework = "^3.14.0" djangorestframework-simplejwt = "^5.2.2" django-environ = "^0.10.0" django-cleanup = "^8.0.0" +django-crispy-forms = "^2.0" [tool.poetry.group.dev.dependencies] flake8 = "^6.0.0"