Skip to content

Commit 13dead9

Browse files
authored
Merge pull request #108 from atkinsonm/pyee-patch
chore(deps): specify max pyee version
2 parents ac181bc + 3fb9d9c commit 13dead9

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)