Skip to content

Commit

Permalink
fix(build): Avoid limiting pyyaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Oct 31, 2023
1 parent cfad6e3 commit db70b4d
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 @@ -39,7 +39,7 @@
"boto3>=1.26,<2.0",
"websockets==10.3",
"mongolock>=1.3.4,<1.4",
"PyYAML>=5.3.1,<6.0",
"PyYAML>=6.0.1",
# "lxml>=4,<4.7",
"python-twitter==3.5",
"chardet<4.0",
Expand Down

0 comments on commit db70b4d

Please sign in to comment.