Skip to content

Commit

Permalink
Loosen version constraints for frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Oct 24, 2023
1 parent 0683632 commit 424f987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.app_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ test_sources = [

requires = [
{%- if cookiecutter.gui_framework == "PySide2" %}
"pyside2~=5.15.2",
"pyside2~=5.15",
{%- elif cookiecutter.gui_framework == "PySide6" %}
"PySide6-Essentials~=6.5",
# "PySide6-Addons~=6.5",
{%- elif cookiecutter.gui_framework == "PursuedPyBear" %}
"ppb~=1.1",
{%- elif cookiecutter.gui_framework == "Pygame" %}
"pygame~=2.2.0"
"pygame~=2.2",
{%- endif %}
]
test_requires = [
Expand Down

0 comments on commit 424f987

Please sign in to comment.