Skip to content

Commit

Permalink
suport for pyside6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroCabrera committed Apr 15, 2024
1 parent ad3b4be commit 8b998ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PySide6==6.6.1
PySide6
qtpy
blinker
docutils
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
classifiers=["License :: Appache-2.0"],
install_requires=[
"PySide6==6.6.1",
"PySide6",
"qtpy",
"blinker",
"docutils",
Expand Down

0 comments on commit 8b998ef

Please sign in to comment.