Skip to content

Commit

Permalink
Merge pull request #5 from ethanknights/chore/security-bump-streamlit
Browse files Browse the repository at this point in the history
vulnerability bump
  • Loading branch information
ethanknights authored Jan 20, 2024
2 parents 31cecfb + c550dfb commit 69a3410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This application demonstrates how to use Streamlit with a FastAPI framework to:
# Local Quickstart
1. Start API server from root: `uvicorn src.fastAPI_app.app:app --reload`
2. Start a local postgreSQL container: `docker compose up -d`
3. Run application, ensuring the root directory is on path: `run.sh` `# export PYTHONPATH=$PYTHONPATH:$(pwd) && venv/bin/streamlit run src/streamlit_app/app.py`
3. Run application, ensuring the root directory is on path: `./run.sh` `# export PYTHONPATH=$PYTHONPATH:$(pwd) && venv/bin/streamlit run src/streamlit_app/app.py`
4. Use application: http://localhost:8501

<b>Prerequisites</b>
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ six==1.16.0
smmap==5.0.1
sniffio==1.3.0
starlette==0.32.0.post1
streamlit==1.29.0
streamlit==1.30.0
tenacity==8.2.3
toml==0.10.2
toolz==0.12.0
Expand Down

0 comments on commit 69a3410

Please sign in to comment.