mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
582b59044c
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) from 12.4.1 to 12.4.2. - [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/v12.4.1...v12.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
34 lines
629 B
Plaintext
34 lines
629 B
Plaintext
# requirements without requirements installable via conda
|
|
# mainly used for Raspberry pi installs
|
|
ccxt==1.22.61
|
|
SQLAlchemy==1.3.13
|
|
python-telegram-bot==12.4.2
|
|
arrow==0.15.5
|
|
cachetools==4.0.0
|
|
requests==2.22.0
|
|
urllib3==1.25.8
|
|
wrapt==1.11.2
|
|
jsonschema==3.2.0
|
|
TA-Lib==0.4.17
|
|
tabulate==0.8.6
|
|
coinmarketcap==5.0.3
|
|
jinja2==2.11.1
|
|
|
|
# find first, C search in arrays
|
|
py_find_1st==1.1.4
|
|
|
|
# Load ticker files 30% faster
|
|
python-rapidjson==0.9.1
|
|
|
|
# Notify systemd
|
|
sdnotify==0.3.2
|
|
|
|
# Api server
|
|
flask==1.1.1
|
|
|
|
# Support for colorized terminal output
|
|
colorama==0.4.3
|
|
# Building config files interactively
|
|
questionary==1.5.1
|
|
prompt-toolkit==3.0.3
|