# Optional: python-dotenv for .env file support
# The skill will work without it using system environment variables
python-dotenv>=1.0.0

# Optional: tradejournal for logging trade details
# NOT INSTALLED BY DEFAULT - Only install if you want trade logging
# WARNING: If installing, inspect tradejournal source code first to verify
# it doesn't send data to external services
# tradejournal  # Uncomment to enable (inspect source first!)