Skip to content

Commit

Permalink
downgrade pyinstaller to fix keyring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Dec 3, 2023
1 parent 38d4119 commit 37887ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"twine==4.0.2",
"pyinstaller==6.2.0",
"pyinstaller==5.13.2",
"wheel==0.42.0",
"auditwheel==5.4.0"
]
Expand Down

0 comments on commit 37887ae

Please sign in to comment.