Skip to content

Commit

Permalink
Merge pull request #2491 from sanzoghenzo/develop
Browse files Browse the repository at this point in the history
build: ensure colorama is installed in CI
  • Loading branch information
jmcouffin authored Dec 27, 2024
2 parents 9fbe2d3 + 0126673 commit d733824
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 254 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ verify_ssl = true
[dev-packages]
mypy = "*"
pylint = "==3.3.1"
black = "*"

[packages]
docopt = "*"
Expand All @@ -18,6 +17,7 @@ setuptools = "==75.6.0"
mkdocs = "*"
mkdocstrings = "*"
mkdocstrings-python = "*"
colorama = "*"
mkdocs-gen-files = "*"
mkdocs-literate-nav = "*"
mkdocs-exclude = "*"
Expand Down
Loading

0 comments on commit d733824

Please sign in to comment.