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

View File

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