forked from freqtrade/freqtrade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
64 lines (55 loc) · 1.12 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
numpy==1.26.4
pandas==2.2.3
bottleneck==1.4.0
numexpr==2.10.1
pandas-ta==0.3.14b
ccxt==4.4.14
cryptography==42.0.8; platform_machine == 'armv7l'
cryptography==43.0.1; platform_machine != 'armv7l'
aiohttp==3.10.9
SQLAlchemy==2.0.35
python-telegram-bot==21.6
# can't be hard-pinned due to telegram-bot pinning httpx with ~
httpx>=0.24.1
humanize==4.11.0
cachetools==5.5.0
requests==2.32.3
urllib3==2.2.3
jsonschema==4.23.0
TA-Lib==0.4.32
technical==1.4.4
tabulate==0.9.0
pycoingecko==3.1.0
jinja2==3.1.4
tables==3.10.1
joblib==1.4.2
rich==13.9.2
pyarrow==17.0.0; platform_machine != 'armv7l'
# find first, C search in arrays
py_find_1st==1.1.6
# Load ticker files 30% faster
python-rapidjson==1.20
# Properly format api responses
orjson==3.10.7
# Notify systemd
sdnotify==0.3.2
# API Server
fastapi==0.115.0
pydantic==2.9.2
uvicorn==0.31.0
pyjwt==2.9.0
aiofiles==24.1.0
psutil==6.0.0
# Building config files interactively
questionary==2.0.1
prompt-toolkit==3.0.36
# Extensions to datetime library
python-dateutil==2.9.0.post0
pytz==2024.2
#Futures
schedule==1.2.2
#WS Messages
websockets==13.1
janus==1.0.0
ast-comments==1.2.2
packaging==24.1