Skip to content

Commit 3fb9d9c

Browse files
authored
fix typo
1 parent 1e4c86c commit 3fb9d9c

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.<12',
38+
'pyee>=8,<12',
3939
],
4040
classifiers=[
4141
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)