Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Move colorama to main dependencies #204

Merged
merged 2 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## Release 0.8.1 (2024-02-20)

Bug fixes:

- Add colorama as main dependency. #204

## Release 0.8.0 (2024-02-19)

Features:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ classifiers = [

dependencies = [
"base32-crockford >= 0.3.0",
"colorama",
"curies >= 0.6.6",
"networkx >= 2.8",
"openpyxl >= 3.0.9",
Expand All @@ -62,8 +63,6 @@ tests = [
"pytest",
"pytest-subprocess",
"coverage",
# pytest has a windows-only dependency on colorama, but it's needed in CI for color output.
"colorama",
]
lint = [
"black",
Expand Down
Loading