mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
05789c4b92
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 11.1.0 to 12.0.0. - [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases) - [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst) - [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v11.1.0...v12.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
36 lines
636 B
Plaintext
36 lines
636 B
Plaintext
# requirements without requirements installable via conda
|
|
# mainly used for Raspberry pi installs
|
|
ccxt==1.18.1115
|
|
SQLAlchemy==1.3.8
|
|
python-telegram-bot==12.0.0
|
|
arrow==0.14.6
|
|
cachetools==3.1.1
|
|
requests==2.22.0
|
|
urllib3==1.25.3
|
|
wrapt==1.11.2
|
|
scikit-learn==0.21.3
|
|
joblib==0.13.2
|
|
jsonschema==3.0.2
|
|
TA-Lib==0.4.17
|
|
tabulate==0.8.3
|
|
coinmarketcap==5.0.3
|
|
|
|
# Required for hyperopt
|
|
scikit-optimize==0.5.2
|
|
filelock==3.0.12
|
|
|
|
# find first, C search in arrays
|
|
py_find_1st==1.1.4
|
|
|
|
#Load ticker files 30% faster
|
|
python-rapidjson==0.8.0
|
|
|
|
# Notify systemd
|
|
sdnotify==0.3.2
|
|
|
|
# Api server
|
|
flask==1.1.1
|
|
|
|
# Support for colorized terminal output
|
|
colorama==0.4.1
|