BennyThadikaran / stock-pattern

A Python CLI tool to scan, detect, and plot stock chart patterns
GNU General Public License v3.0
162 stars 33 forks source link

Prune requirements.txt to mitigate possible dependency conflicts #24

Closed BennyThadikaran closed 6 months ago

BennyThadikaran commented 6 months ago

I have retained only the core dependencies and allowed minor version updates.

This helps reduce dependency conflicts for users not using virtual environments to isolate dependencies. Major version updates are still restricted to prevent breakage changes.