Skip to content

Commit

Permalink
fix: add termcolor as main dependency (DEV-3149) (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Dec 28, 2023
1 parent 94b289d commit 4f6cd6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -36,6 +36,7 @@ regex = "^2023.10.3"
docker = "^6.1.3"
pyyaml = "^6.0.1"
rustworkx = "^0.13.2"
termcolor = "^2.4.0"


[tool.poetry.group.dev.dependencies]
Expand All @@ -52,7 +53,6 @@ types-jsonschema = "^4.19.0.3"
types-openpyxl = "^3.1.0.24"
types-regex = "^2023.10.3.0"
types-pyyaml = "^6.0.12.12"
termcolor = "^2.3.0"
pytest-unordered = "^0.5.2"
viztracer = "^0.16.0"
ruff = "^0.1.6"
Expand Down

0 comments on commit 4f6cd6d

Please sign in to comment.