tfrozen deps: don't use colorama 0.4.4 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 695ad757c715d4b1a9d379cefafea7a4ec6faea4 DIR parent 9bc4182924424bab2b1c11ef1e9c7f32ab6f2922 HTML Author: SomberNight <somber.night@protonmail.com> Date: Thu, 15 Oct 2020 17:11:33 +0200 frozen deps: don't use colorama 0.4.4 until https://github.com/tartley/colorama/issues/284 is resolved colorama 0.4.4 does not have a source dist uploaded to PyPI, which breaks contrib/make_packages tthis partially reverts 4d0afffbcd18a1cfd36be8b7f6f9e428770bfb64 Diffstat: M contrib/deterministic-build/requir… | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) --- DIR diff --git a/contrib/deterministic-build/requirements.txt b/contrib/deterministic-build/requirements.txt t@@ -135,5 +135,6 @@ yarl==1.5.1 \ zipp==3.3.0 \ --hash=sha256:64ad89efee774d1897a58607895d80789c59778ea02185dd846ac38394a8642b \ --hash=sha256:eed8ec0b8d1416b2ca33516a37a08892442f3954dee131e92cfd92d8fe3e7066 -colorama==0.4.4 \ - --hash=sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2 -\ No newline at end of file +colorama==0.4.3 \ + --hash=sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff \ + --hash=sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1 +\ No newline at end of file