Skip to content

Commit

Permalink
Merge pull request #3 from kvbik/patch-1
Browse files Browse the repository at this point in the history
do not downgrade pretix becuase of this
  • Loading branch information
ryanberckmans authored Jun 29, 2024
2 parents 5aa4c96 + a3c9bf8 commit d3acfed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def run(self):
install_requires=[
"pretix>=2024.2",
'importlib-metadata<3; python_version<"3.8"',
"protobuf~=4.25.3",
"grpcio~=1.62",
"protobuf>=4.25.3",
"grpcio>=1.62",
],
python_requires='>=3.9, <4',
extras_require=extras_require,
Expand Down

0 comments on commit d3acfed

Please sign in to comment.