mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 10:33:08 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af462fa086 | ||
|
|
bc728d3a31 |
@@ -1,6 +1,6 @@
|
||||
"""Freqtrade bot"""
|
||||
|
||||
__version__ = "2024.7"
|
||||
__version__ = "2024.7.1"
|
||||
|
||||
if "dev" in __version__:
|
||||
from pathlib import Path
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from freqtrade_client.ft_rest_client import FtRestClient
|
||||
|
||||
|
||||
__version__ = "2024.7"
|
||||
__version__ = "2024.7.1"
|
||||
|
||||
if "dev" in __version__:
|
||||
from pathlib import Path
|
||||
|
||||
@@ -5,7 +5,8 @@ numexpr==2.10.1
|
||||
pandas-ta==0.3.14b
|
||||
|
||||
ccxt==4.3.65
|
||||
cryptography==43.0.0
|
||||
cryptography==42.0.8; platform_machine == 'armv7l'
|
||||
cryptography==43.0.0; platform_machine != 'armv7l'
|
||||
aiohttp==3.9.5
|
||||
SQLAlchemy==2.0.31
|
||||
python-telegram-bot==21.4
|
||||
|
||||
Reference in New Issue
Block a user