mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
Compare commits
13 Commits
73dccb0780
...
e4dd3b2821
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4dd3b2821 | ||
|
|
7698ee9f3d | ||
|
|
c5127ba522 | ||
|
|
024d2db2e2 | ||
|
|
f2498df99b | ||
|
|
37ce645bad | ||
|
|
d4188a093b | ||
|
|
bc3342b4d2 | ||
|
|
64cf284c07 | ||
|
|
15b0cc28f8 | ||
|
|
a647ceb753 | ||
|
|
2b1ef1bf59 | ||
|
|
757439a594 |
@@ -30,7 +30,7 @@ repos:
|
||||
- types-filelock==3.2.7
|
||||
- types-requests==2.32.4.20250913
|
||||
- types-tabulate==0.9.0.20241207
|
||||
- types-python-dateutil==2.9.0.20251108
|
||||
- types-python-dateutil==2.9.0.20251115
|
||||
- scipy-stubs==1.16.3.0
|
||||
- SQLAlchemy==2.0.44
|
||||
# stages: [push]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
-r requirements-freqai-rl.txt
|
||||
-r docs/requirements-docs.txt
|
||||
|
||||
ruff==0.14.4
|
||||
ruff==0.14.5
|
||||
mypy==1.18.2
|
||||
pre-commit==4.4.0
|
||||
pytest==9.0.1
|
||||
@@ -29,4 +29,4 @@ types-cachetools==6.2.0.20251022
|
||||
types-filelock==3.2.7
|
||||
types-requests==2.32.4.20250913
|
||||
types-tabulate==0.9.0.20241207
|
||||
types-python-dateutil==2.9.0.20251108
|
||||
types-python-dateutil==2.9.0.20251115
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Include all requirements to run the bot.
|
||||
-r requirements.txt
|
||||
|
||||
plotly==6.4.0
|
||||
plotly==6.5.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
numpy==2.3.4
|
||||
numpy==2.3.5
|
||||
pandas==2.3.3
|
||||
bottleneck==1.6.0
|
||||
numexpr==2.14.1
|
||||
@@ -15,7 +15,7 @@ python-telegram-bot==22.5
|
||||
# can't be hard-pinned due to telegram-bot pinning httpx with ~
|
||||
httpx>=0.24.1
|
||||
humanize==4.14.0
|
||||
cachetools==6.2.1
|
||||
cachetools==6.2.2
|
||||
requests==2.32.5
|
||||
urllib3==2.5.0
|
||||
certifi==2025.11.12
|
||||
@@ -37,7 +37,7 @@ orjson==3.11.4
|
||||
sdnotify==0.3.2
|
||||
|
||||
# API Server
|
||||
fastapi==0.121.1
|
||||
fastapi==0.121.3
|
||||
pydantic==2.12.4
|
||||
uvicorn==0.38.0
|
||||
pyjwt==2.10.1
|
||||
|
||||
Reference in New Issue
Block a user