Skip to content

Commit

Permalink
add/update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 1, 2023
1 parent 2c4dbf8 commit f6ec4b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ jobs:
run: |
pip install .
- name: Install Test dependencies
run: |
pip install flake8 pytest
- name: Lint with black
uses: psf/black@stable

Expand Down
11 changes: 7 additions & 4 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ name: jhub-apps-dev
channels:
- conda-forge
dependencies:
- fastapi
- httpx
- python-multipart
- uvicorn
- flask
- jupyterhub
- jupyter
- plotlydash-tornado-cmd
- bokeh-root-cmd
- jhsingle-native-proxy
- pytest
- black
- panel
- bokeh
- voila
- dash
- streamlit

0 comments on commit f6ec4b6

Please sign in to comment.