chore: scaffold project and install dependencies

This commit is contained in:
Orchestrator
2026-06-04 16:46:06 -05:00
committed by marsultor
parent a6e70d780a
commit 579d7af709
6 changed files with 7 additions and 0 deletions

0
data_raw/.gitkeep Normal file
View File

7
requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
pandas==2.2.3
numpy==2.1.3
matplotlib==3.9.2
seaborn==0.13.2
plotly==5.24.1
requests==2.32.3
markdown==3.7

0
src/charts/__init__.py Normal file
View File

0
src/data/__init__.py Normal file
View File

0
src/tables/__init__.py Normal file
View File

0
src/utils/__init__.py Normal file
View File