Remove explicit dependency on colorama

It's not used by devine itself, but it's still a sub-dependency. Remove from being an explicit dependency in case the sub-dependencies ever remove it as well.
This commit is contained in:
rlaphoenix 2023-03-01 08:35:42 +00:00
parent a841dbe2ab
commit fb49210b5a
2 changed files with 1 additions and 2 deletions

2
poetry.lock generated
View File

@ -1728,4 +1728,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9.0,<3.12" python-versions = ">=3.9.0,<3.12"
content-hash = "b40e13b2964f29ffc045dd31ce03e51833f80158a5326649b61397e9e9dc1bbf" content-hash = "2f0a42a2b10aaad2f946f3eee9d317db401fa12bca5fd2b3bc99f9bde5d843c8"

View File

@ -27,7 +27,6 @@ python = ">=3.9.0,<3.12"
appdirs = "^1.4.4" appdirs = "^1.4.4"
Brotli = "^1.0.9" Brotli = "^1.0.9"
click = "^8.1.3" click = "^8.1.3"
colorama = "^0.4.6"
construct = "^2.8.8" construct = "^2.8.8"
crccheck = "^1.3.0" crccheck = "^1.3.0"
jsonpickle = "^3.0.1" jsonpickle = "^3.0.1"