Skip to content

Commit

Permalink
remove invalid dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed May 13, 2024
1 parent 526f604 commit 969351a
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ uvicorn = { extras = ["standard"], version = "^0.18.3" }
jinja2-simple-tags = "^0.4.0"
jsonref = "^1.1.0"
jmespath = "^1.0.1"
# Streamlit Playground Dependencies
streamlit = { version = ">=1.0.0", optional = true }
streamlit-ace = { version = ">=0.1.0", optional = true }
graphviz = { version = ">=0.17", optional = true }
pydot = { version = ">=1.4.2", optional = true }
streamlit-agraph = { version = ">=0.0.35", optional = true }
streamlit-pandas-profiling = { version = ">=0.1.3", optional = true }
streamlit-aggrid = { version = ">=0.2.2", optional = true }
scipy = { version = "^1.3.1", optional = true }
feedparser = { version = "^6.0.10", optional = true }
# Testing duck
duckcli = { version = "^0.2.1", optional = true }
Expand All @@ -67,17 +58,7 @@ viztracer = "^0.15.3"

[tool.poetry.extras]
duckdb = ["dbt-duckdb", "duckcli"]
playground = [
"streamlit",
"streamlit-ace",
"graphviz",
"pydot",
"streamlit-agraph",
"streamlit-pandas-profiling",
"streamlit-aggrid",
"scipy",
"feedparser",
]
snowflake = ["dbt-snowflake"]
deploy = [
]

Expand Down

0 comments on commit 969351a

Please sign in to comment.