Skip to content

Commit

Permalink
chore: remove ruamel-yaml and add omegaconf in poetry-file
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoVoges committed Jul 5, 2023
1 parent 3c616d5 commit 08a2194
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 68 deletions.
99 changes: 32 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jsonschema = "^4.17.3"
kadet = "^0.2.2"
python-gnupg = "^0.4.7"
pyyaml = "^6.0"
omegaconf = { git = "https://github.com/omry/omegaconf.git" }
requests = "^2.28.2"
six = "^1.16.0"
toml = "^0.10.2"
Expand All @@ -63,7 +64,6 @@ packaging = "^23.0"
typing-extensions = "^4.0.0"
gojsonnet = { version = "^0.17.0", optional = true }
docker = { version = "^5.0.0", optional = true }
ruamel-yaml = "^0.17.31"
regex = "^2023.5.5"

[tool.poetry.extras]
Expand Down

0 comments on commit 08a2194

Please sign in to comment.