Skip to content

Commit b486119

Browse files
committed
add pyyaml
1 parent e41dfaf commit b486119

File tree

2 files changed

+66
-1
lines changed

2 files changed

+66
-1
lines changed

poetry.lock

Lines changed: 60 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pyappsutils-unusedcode = "apps.unused_code.unused_code:get_unused_functions"
3232
python = "^3.8"
3333
python-simple-logger = "^1.0.8"
3434
pylero = "^0.0.8"
35+
pyyaml = "^6.0.1"
3536

3637
[tool.poetry.group.dev.dependencies]
3738
ipdb = "^0.13.13"
@@ -43,6 +44,11 @@ pattern = "((?P<epoch>\\d+)!)?(?P<base>\\d+(\\.\\d+)*)"
4344

4445

4546

47+
48+
49+
50+
51+
4652
[tool.poetry.group.test.dependencies]
4753
pytest = "^8.0.0"
4854

0 commit comments

Comments
 (0)