Skip to content

Commit

Permalink
调整依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ttstormxx committed Jul 20, 2023
1 parent c957954 commit f6040cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pyinstaller
cat requirements.txt
pip install -r requirements.txt
- name: Build and package for ${{ matrix.os }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
chardet
pandas
requests
tqdm
chardet
tqdm

0 comments on commit f6040cc

Please sign in to comment.