mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
f5d8741832
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.9 to 1.3.10. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
30 lines
537 B
Plaintext
30 lines
537 B
Plaintext
# requirements without requirements installable via conda
|
|
# mainly used for Raspberry pi installs
|
|
ccxt==1.18.1260
|
|
SQLAlchemy==1.3.10
|
|
python-telegram-bot==12.1.1
|
|
arrow==0.15.2
|
|
cachetools==3.1.1
|
|
requests==2.22.0
|
|
urllib3==1.25.6
|
|
wrapt==1.11.2
|
|
jsonschema==3.1.1
|
|
TA-Lib==0.4.17
|
|
tabulate==0.8.5
|
|
coinmarketcap==5.0.3
|
|
|
|
# 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
|