add: библиотека tqdm для прогресс-бара в Management Command.

This commit is contained in:
2026-02-19 02:32:49 +03:00
parent 7a16fb04ec
commit e4dcfdbfed
2 changed files with 34 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ etpgrf = "^0.1.4"
django-environ = "^0.12.1"
whitenoise = "^6.11.0"
gunicorn = "^25.1.0"
tqdm = "^4.67.3"
[build-system]