Skip to content

Commit

Permalink
Add toml to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zrgt committed Jul 9, 2024
1 parent 787f072 commit 0e4090a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
with:
python-version: 3.11

- name: Install dependencies
run: |
pip install -e .
- name: Get version from pyproject.toml
id: get_version
run: |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies = [
"PyQt6-WebEngine",
"pyinstaller==6.4.0",
"openpyxl>=3.1.2",
"toml>=0.10.2",
]

requires-python = ">=3.10"
Expand Down

0 comments on commit 0e4090a

Please sign in to comment.