Skip to content

Commit

Permalink
Updates for deployment on USDF.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctslater committed Oct 18, 2024
1 parent bcdeda5 commit 35a4407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/production/tools/bokeh.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from datetime import datetime, timezone
from flask import Blueprint, Flask, render_template, url_for
import urllib.parse
bp = Blueprint("bokeh", __name__, url_prefix="/bokeh")
bp = Blueprint("bokeh", __name__, url_prefix="/plot-navigator/bokeh", static_folder="../../../../static")

from bokeh.embed import json_item
from bokeh.plotting import figure
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
flask>2
lsst-daf-butler
lsst-efd-client
gunicorn
psycopg2
boto3
botocore
eventlet
bokeh

0 comments on commit 35a4407

Please sign in to comment.