Skip to content

Commit

Permalink
Merge pull request #80 from rmartin16/requires-versions
Browse files Browse the repository at this point in the history
Loosen version constraints for frameworks
  • Loading branch information
freakboy3742 authored Oct 24, 2023
2 parents 0683632 + 424f987 commit 7a644ac
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 7a644ac

Please sign in to comment.