Skip to content

Commit

Permalink
update poetry requirements, switch back to stable branch for inventree
Browse files Browse the repository at this point in the history
  • Loading branch information
T0jan committed Aug 25, 2023
1 parent 8934579 commit f9c6ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
git clone https://github.com/inventree/InvenTree/
mkdir InvenTree/static
cp tests/files/inventree_default_db.sqlite3 InvenTree/
cd InvenTree/ && git switch 0.11.x && invoke install && invoke migrate && cd -
cd InvenTree/ && git switch stable && invoke install && invoke migrate && cd -
- name: Ki-nTree setup
run: |
invoke install
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ keywords = ["inventree", "kicad", "digikey", "mouser", "component", "part", "cre
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
digikey-api = "^1.0.0"
flet = "0.5.2"
flet = "0.7.4"
thefuzz = "^0.19.0"
inventree = "^0.10.1"
inventree = "^0.12.1"
kiutils = "^1.4.0"
mouser = "^0.1.3"
multiprocess = "^0.70.12"
Expand Down

0 comments on commit f9c6ede

Please sign in to comment.