From d7ecdc9b07d74def71471dee0fc204b0fd098b00 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 3 Aug 2024 18:31:39 +0200 Subject: [PATCH] chore: Downgrade cryptography for RPI https://github.com/piwheels/packages/issues/464 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc2272fdf..b32df0058 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,8 @@ numexpr==2.10.1 pandas-ta==0.3.14b ccxt==4.3.68 -cryptography==43.0.0 +cryptography==42.0.8; platform_machine == 'armv7l' +cryptography==43.0.0; platform_machine != 'armv7l' aiohttp==3.9.5 SQLAlchemy==2.0.31 python-telegram-bot==21.4