mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-12-01 07:23:43 +03:00
Compare commits
1 Commits
fa2a54a11d
...
fe85110379
Author | SHA1 | Date | |
---|---|---|---|
|
fe85110379 |
14
poetry.lock
generated
14
poetry.lock
generated
|
@ -1168,18 +1168,18 @@ toml = ["tomli"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crispy-bootstrap5"
|
name = "crispy-bootstrap5"
|
||||||
version = "0.7"
|
version = "2023.10"
|
||||||
description = "Bootstrap5 template pack for django-crispy-forms"
|
description = "Bootstrap5 template pack for django-crispy-forms"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "crispy-bootstrap5-0.7.tar.gz", hash = "sha256:0745a67199619149b7feca87dab7a45664876ed50fb582b38fd2aeb3f8a8d869"},
|
{file = "crispy-bootstrap5-2023.10.tar.gz", hash = "sha256:f16c44f1997310e5a89c0cf230402e7111cc1f942f64fb7e44603958b89b06a1"},
|
||||||
{file = "crispy_bootstrap5-0.7-py3-none-any.whl", hash = "sha256:f3ff1ef5cb379fe80b1b02e245008f276444098a4bdb8d855bed84c623798a85"},
|
{file = "crispy_bootstrap5-2023.10-py3-none-any.whl", hash = "sha256:9b5a6c9880f37cd32aa678c0d7576ae60b3e502c444c8712e582f8bd91659afb"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
django = ">=3.2"
|
django = ">=4.2"
|
||||||
django-crispy-forms = ">=1.13.0"
|
django-crispy-forms = ">=2"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
test = ["pytest", "pytest-django"]
|
test = ["pytest", "pytest-django"]
|
||||||
|
@ -6752,4 +6752,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11"
|
python-versions = "^3.11"
|
||||||
content-hash = "78f59a8211fc435d95d086e9ee4c802938cf9912ad44ef74f34c662aa0f82a77"
|
content-hash = "e6e7bdfeb1d79bace9580de95bf3e473191be3a9078351909a4d9c5b3a5fe7c7"
|
||||||
|
|
|
@ -25,7 +25,7 @@ django-environ = "^0.9.0"
|
||||||
django-model-utils = "^4.3.1"
|
django-model-utils = "^4.3.1"
|
||||||
django-allauth = "^0.54.0"
|
django-allauth = "^0.54.0"
|
||||||
django-crispy-forms = "^2.1"
|
django-crispy-forms = "^2.1"
|
||||||
crispy-bootstrap5 = "^0.7"
|
crispy-bootstrap5 = "^2023.10"
|
||||||
django-redis = "^5.2.0"
|
django-redis = "^5.2.0"
|
||||||
django-ckeditor = "^6.5.1"
|
django-ckeditor = "^6.5.1"
|
||||||
django-colorfield = "^0.11.0"
|
django-colorfield = "^0.11.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user