Add: django-cleanup package

This commit is contained in:
Stepan Zhukovsky 2023-07-26 19:28:35 +09:00
parent 2f3c112e71
commit 4f288f04ff
2 changed files with 13 additions and 1 deletions

13
poetry.lock generated
View File

@ -37,6 +37,17 @@ tzdata = {version = "*", markers = "sys_platform == \"win32\""}
argon2 = ["argon2-cffi (>=19.1.0)"]
bcrypt = ["bcrypt"]
[[package]]
name = "django-cleanup"
version = "8.0.0"
description = "Deletes old files."
optional = false
python-versions = "*"
files = [
{file = "django-cleanup-8.0.0.tar.gz", hash = "sha256:c739a05544e1e48dc848871c870dbf1595f8533d24523bc67360e43562edaf0d"},
{file = "django_cleanup-8.0.0-py2.py3-none-any.whl", hash = "sha256:8cd8872d67fe1501b19a843d006cdb5673cfbb74ac3d6d8f2c60e8e7723a7f5b"},
]
[[package]]
name = "django-environ"
version = "0.10.0"
@ -210,4 +221,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "dcb6959f0c0510447dd02d161edfd9f607afa92bbfe6a1eafc931f4d4e8ee299"
content-hash = "82580779974f9b9a09d2b46c9d92491e870b66363e634d34252a31338da1aeff"

View File

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