7 lines
279 B
Plaintext
7 lines
279 B
Plaintext
pandas==1.4.0 # Example: lock to specific version if needed
|
|
tabulate==0.9.0
|
|
rich==12.5.1 # Or a different version if you need newer features
|
|
numpy==1.21.0
|
|
python-dotenv # Assumes you want this for managing environment variables
|
|
matplotlib # For data visualization, if needed
|