forked from DRMTalks/devine
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:
parent
a841dbe2ab
commit
fb49210b5a
|
@ -1728,4 +1728,4 @@ multidict = ">=4.0"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9.0,<3.12"
|
||||
content-hash = "b40e13b2964f29ffc045dd31ce03e51833f80158a5326649b61397e9e9dc1bbf"
|
||||
content-hash = "2f0a42a2b10aaad2f946f3eee9d317db401fa12bca5fd2b3bc99f9bde5d843c8"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue