Skip to content

Commit

Permalink
Add colorama
Browse files Browse the repository at this point in the history
  • Loading branch information
chingc committed Nov 3, 2018
1 parent 55fcd4b commit 747da5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hb/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Checksum():
Digest, hash, and checksum are all referred to as checksum for simplicity.
"""
SUPPORTED = ("blake2b", "blake2s", "md5", "sha1", "sha224", "sha256", "sha384", "sha512", "adler32", "crc32")
VERSION = "1.4.1"
VERSION = "1.4.2"

@staticmethod
def parse(path: str) -> List[Tuple[str, ...]]:
Expand Down
5 changes: 2 additions & 3 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hb"
version = "1.4.1"
version = "1.4.2"
description = "A simple command-line utility for calculating checksums."
license = "MIT"
authors = ["Ching Chow <[email protected]>"]
Expand Down Expand Up @@ -32,6 +32,7 @@ hb = "hb.cli:cli"
[tool.poetry.dependencies]
python = "^3.6"
click = "^7.0"
colorama = "^0.4.0"

[tool.poetry.dev-dependencies]
codecov = "^2.0"
Expand Down

0 comments on commit 747da5e

Please sign in to comment.