Skip to content

Commit

Permalink
fix: add vega-datasets package to framework examples (#3405)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPL authored Jan 12, 2025
1 parent ccf3a19 commit a4832cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/frameworks/fastapi-github/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# "requests",
# "pydantic",
# "jinja2",
# "vega-datasets==0.9.0",
# ]
# ///
import tempfile
Expand Down
1 change: 1 addition & 0 deletions examples/frameworks/fastapi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# "python-multipart",
# "passlib",
# "pydantic",
# "vega-datasets==0.9.0",
# ]
# ///
from typing import Callable, Coroutine
Expand Down
1 change: 1 addition & 0 deletions examples/frameworks/fasthtml/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# dependencies = [
# "python-fasthtml",
# "marimo",
# "vega-datasets==0.9.0",
# ]
# ///
from fasthtml.common import *
Expand Down
1 change: 1 addition & 0 deletions examples/frameworks/flask/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# "python-dotenv",
# "flask-session",
# "werkzeug",
# "vega-datasets==0.9.0",
# ]
# ///
from flask import Flask, render_template, request, redirect, url_for, session
Expand Down

0 comments on commit a4832cd

Please sign in to comment.