From eeec1b0b38cf92edf475962fb01795e4581d6542 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 15 Jul 2023 08:18:29 +0200 Subject: [PATCH] Don't bump armhv crypto dependency needs https://piwheels.org/project/cryptography/ to work again. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5cd890964..0f877c680 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ pandas==2.0.3 pandas-ta==0.3.14b ccxt==4.0.17 -cryptography==41.0.1; platform_machine != 'armv7l' -cryptography==41.0.2; platform_machine == 'armv7l' +cryptography==41.0.2; platform_machine != 'armv7l' +cryptography==40.0.1; platform_machine == 'armv7l' aiohttp==3.8.4 SQLAlchemy==2.0.18 python-telegram-bot==20.4