Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13050f0d67 | |||
| 61e5b4755c |
@@ -1,6 +1,6 @@
|
||||
"""Freqtrade bot"""
|
||||
|
||||
__version__ = "2024.12"
|
||||
__version__ = "2024.12.1"
|
||||
|
||||
if "dev" in __version__:
|
||||
from pathlib import Path
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from freqtrade_client.ft_rest_client import FtRestClient
|
||||
|
||||
|
||||
__version__ = "2024.12"
|
||||
__version__ = "2024.12.1"
|
||||
|
||||
if "dev" in __version__:
|
||||
from pathlib import Path
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ bottleneck==1.4.2
|
||||
numexpr==2.10.2
|
||||
pandas-ta==0.3.14b
|
||||
|
||||
ccxt==4.4.43
|
||||
ccxt==4.4.48
|
||||
cryptography==42.0.8; platform_machine == 'armv7l'
|
||||
cryptography==44.0.0; platform_machine != 'armv7l'
|
||||
aiohttp==3.10.11
|
||||
|
||||
Reference in New Issue
Block a user