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:
12
clp_auto_hedger/requirements.txt
Normal file
12
clp_auto_hedger/requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user