Skip to content

Commit 1cf7f4f

Browse files
authored
Merge pull request freqtrade#12480 from freqtrade/feat/add_coincurve
Add coincurve for faster ECDSA signing
2 parents 36593ec + f73cbed commit 1cf7f4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ ft-pandas-ta==0.3.16
77
ta-lib==0.6.8
88
technical==1.5.3
99

10-
ccxt==4.5.14
10+
ccxt==4.5.16
11+
# for fast ECDSA signatures/verification
12+
coincurve==21.0.0
1113
cryptography==46.0.3
1214
aiohttp==3.13.2
1315
SQLAlchemy==2.0.44

0 commit comments

Comments
 (0)