@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "dbt-nba"
|
||||
version = "1.0.0"
|
||||
requires-python = ">=3.11,<3.13"
|
||||
dependencies = [
|
||||
"dbt-duckdb",
|
||||
"streamlit>=1.45.1",
|
||||
"duckdb>=1.3.0",
|
||||
"plotly>=6.1.2",
|
||||
"streamlit-echarts>=0.4.0",
|
||||
"boto3>=1.34.0",
|
||||
"python-dotenv>=1.0.0",
|
||||
]
|
||||
Reference in New Issue
Block a user