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

This commit is contained in:
Lukáš Kucharczyk 2024-11-11 18:14:48 +01:00
parent 19676f8441
commit 315e22a8ac
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@ -1155,4 +1155,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "f70c0aa9de08a0d7310b1379b1c5452b1a2597e57e170c9906ac85b256ec0506" content-hash = "b5bb46a6591964aec145637cd9a412a681f2cc5e7e4fdd6fd9ecb0fe8724b8e3"

View File

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