Skip to content

Commit eae9f93

Browse files
author
legolas.zhan
committed
fixed pyyaml yaml/pyyaml#724
1 parent c970576 commit eae9f93

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
@@ -65,7 +65,7 @@ def gen_data(data_root='static'):
6565
'marshmallow-sqlalchemy>=0.26.1,<3',
6666
'webargs>=8.0.0,<9',
6767
'mypy-extensions>=0.4.3',
68-
'pyyaml>=5.4.1,<6',
68+
'pyyaml!=6.0.0,!=5.4.0,!=5.4.1',
6969
'marshmallow>=3.0.0,<4',
7070
],
7171
'hobbit': [

0 commit comments

Comments
 (0)