chore: scaffold project and install dependencies
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.opencode/**
|
||||
0
data_raw/.gitkeep
Normal file
0
data_raw/.gitkeep
Normal file
7
requirements.txt
Normal file
7
requirements.txt
Normal 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
0
src/charts/__init__.py
Normal file
0
src/data/__init__.py
Normal file
0
src/data/__init__.py
Normal file
0
src/tables/__init__.py
Normal file
0
src/tables/__init__.py
Normal file
0
src/utils/__init__.py
Normal file
0
src/utils/__init__.py
Normal file
Reference in New Issue
Block a user