Add yaml to dependencies
This commit is contained in:
parent
19676f8441
commit
315e22a8ac
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue