Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

freqtrade_freqtrade_requirements.txt 1020 B

You have to be logged in to leave a comment. Sign In
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
  1. numpy==1.23.4
  2. pandas==1.5.1
  3. pandas-ta==0.3.14b
  4. ccxt==2.0.96
  5. # Pin cryptography for now due to rust build errors with piwheels
  6. cryptography==38.0.1
  7. aiohttp==3.8.3
  8. SQLAlchemy==1.4.42
  9. python-telegram-bot==13.14
  10. arrow==1.2.3
  11. cachetools==4.2.2
  12. requests==2.28.1
  13. urllib3==1.26.12
  14. jsonschema==4.16.0
  15. TA-Lib==0.4.25
  16. technical==1.3.0
  17. tabulate==0.9.0
  18. pycoingecko==3.1.0
  19. jinja2==3.1.2
  20. tables==3.7.0
  21. blosc==1.10.6
  22. joblib==1.2.0
  23. pyarrow==10.0.0; platform_machine != 'armv7l'
  24. # find first, C search in arrays
  25. py_find_1st==1.1.5
  26. # Load ticker files 30% faster
  27. python-rapidjson==1.9
  28. # Properly format api responses
  29. orjson==3.8.0
  30. # Notify systemd
  31. sdnotify==0.3.2
  32. # API Server
  33. fastapi==0.85.1
  34. pydantic==1.10.2
  35. uvicorn==0.19.0
  36. pyjwt==2.6.0
  37. aiofiles==22.1.0
  38. psutil==5.9.3
  39. # Support for colorized terminal output
  40. colorama==0.4.6
  41. # Building config files interactively
  42. questionary==1.10.0
  43. prompt-toolkit==3.0.31
  44. # Extensions to datetime library
  45. python-dateutil==2.8.2
  46. #Futures
  47. schedule==1.1.0
  48. #WS Messages
  49. websockets==10.4
  50. janus==1.0.0
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...