Skip to content

Commit 1e4c86c

Browse files
authored
chore(deps): specify max pyee version
1 parent ac181bc commit 1e4c86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def find_version(*file_paths):
3535
long_description=long_description,
3636
install_requires=[
3737
'flask>=2,<4',
38-
'pyee>=8',
38+
'pyee>=8.<12',
3939
],
4040
classifiers=[
4141
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)