mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
chore: Downgrade cryptography for RPI
https://github.com/piwheels/packages/issues/464
This commit is contained in:
parent
c8d30ae801
commit
d7ecdc9b07
|
@ -5,7 +5,8 @@ numexpr==2.10.1
|
||||||
pandas-ta==0.3.14b
|
pandas-ta==0.3.14b
|
||||||
|
|
||||||
ccxt==4.3.68
|
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
|
aiohttp==3.9.5
|
||||||
SQLAlchemy==2.0.31
|
SQLAlchemy==2.0.31
|
||||||
python-telegram-bot==21.4
|
python-telegram-bot==21.4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user