Skip to content

Commit

Permalink
Merge pull request #108 from atkinsonm/pyee-patch
Browse files Browse the repository at this point in the history
chore(deps): specify max pyee version
  • Loading branch information
srajiang authored Sep 4, 2024
2 parents ac181bc + 3fb9d9c commit 13dead9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def find_version(*file_paths):
long_description=long_description,
install_requires=[
'flask>=2,<4',
'pyee>=8',
'pyee>=8,<12',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 13dead9

Please sign in to comment.