Restructured hedger modules: moved CLP hedger and auto hedger into separate folders, updated data fetchers and main app, removed deprecated files

This commit is contained in:
DiTus
2026-07-28 08:26:14 +02:00
parent e1b3c5814b
commit 68e528c1f6
73 changed files with 10139 additions and 1696 deletions

View File

@ -0,0 +1,12 @@
# Core Web3 and Blockchain interaction
web3>=7.0.0
eth-account>=0.13.0
# Hyperliquid SDK for hedging
hyperliquid-python-sdk>=0.6.0
# Environment and Configuration
python-dotenv>=1.0.0
# Utility
requests>=2.31.0