-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use qtpy and add support for pyside6 (#202)
Signed-off-by: Justin Sawatzky <[email protected]> Co-authored-by: Morgan Epp <[email protected]>
- Loading branch information
1 parent
cf9c2d2
commit deb2cca
Showing
28 changed files
with
246 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
coverage[toml] ~= 7.2; python_version == '3.7' | ||
coverage[toml] ~= 7.4; python_version > '3.7' | ||
pytest ~= 7.4 | ||
pytest-cov ~= 4.1 | ||
pytest-timeout ~= 2.2 | ||
pytest-xdist ~= 3.5 | ||
freezegun ~= 1.4 | ||
types-pyyaml ~= 6.0 | ||
twine ~= 4.0 | ||
coverage[toml] == 7.*; python_version > '3.7' | ||
pytest == 7.* | ||
pytest-cov == 4.* | ||
pytest-timeout == 2.* | ||
pytest-xdist == 3.* | ||
freezegun == 1.* | ||
types-pyyaml == 6.* | ||
twine == 4.*; python_version == '3.7' | ||
twine == 5.*; python_version > '3.7' | ||
black == 23.3.*; python_version == '3.7' | ||
black == 23.*; python_version > '3.7' | ||
mypy ~= 1.4; python_version == '3.7' | ||
mypy ~= 1.8; python_version > '3.7' | ||
ruff ~= 0.2.1 | ||
moto ~= 4.2 | ||
jsondiff ~= 2.0 | ||
mypy == 1.4.*; python_version == '3.7' | ||
mypy == 1.*; python_version > '3.7' | ||
ruff == 0.3.* | ||
moto == 4.* | ||
jsondiff == 2.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.