Skip to content

Commit

Permalink
fix pyyaml deps (#85)
Browse files Browse the repository at this point in the history
Fixes PyYaml deps range specification typo in install_requires
  • Loading branch information
kulgan authored Feb 14, 2023
1 parent 9055e82 commit 0c357c2
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 @@ -32,7 +32,7 @@
"boto3~=1.9",
"future>=0.16,<1.0",
"python-dateutil~=2.4",
"PyYAML>=3.11<6.0",
"PyYAML>=3.11,<6.0",
"six~=1.11",
"urllib3~=1.0",
],
Expand Down

0 comments on commit 0c357c2

Please sign in to comment.