Skip to content

Commit

Permalink
Update requirements and add dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Sep 30, 2024
1 parent ea4c7c4 commit f8e1f72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/streamlit-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: ruff check .

- name: Analyze with Mypy
run: mypy --strict --jobs 4 $(git ls-files '*.py')
run: mypy --strict $(git ls-files '*.py')

- name: Run Streamlit app
uses: streamlit/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ruff
mypy
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ streamlit_drawable_canvas==0.8.0
streamlit-option-menu
gpxpy
tqdm
pygwalker
pyproj
kaleido
numba
Expand Down

0 comments on commit f8e1f72

Please sign in to comment.