Add yaml to dependencies
All checks were successful
Django CI/CD / test (push) Successful in 1m28s
Django CI/CD / build-and-push (push) Successful in 2m33s

This commit is contained in:
2024-11-11 18:14:48 +01:00
parent 19676f8441
commit 315e22a8ac
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ django-cotton = "^1.2.1"
django-q2 = "^1.7.4"
croniter = "^5.0.1"
requests = "^2.32.3"
pyyaml = "^6.0.2"
[tool.isort]
profile = "black"