stock_system/requirements.txt
2025-02-03 20:11:47 -08:00

13 lines
169 B
Plaintext

# Basic data libraries
pandas
numpy
# Database connector
clickhouse-connect
# For scheduling or datetime manipulations (if needed)
python-dotenv
# For testing
pytest