Skip to content

Commit

Permalink
setup: fix only mayor minor version for pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr. Outis committed Dec 5, 2019
1 parent 4fd7013 commit 2237ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run(self):


install_requires = [
"python-dateutil<2.8.1,>=2.1", # Compatibility with botocore
"python-dateutil<2.8.1,>=2.1", # Consolidates azure-blob-storage and boto3
"ply>=3.9", # See https://github.com/pyinstaller/pyinstaller/issues/1945
"configparser>=3.5.0",
"future>=0.16.0",
Expand All @@ -73,7 +73,7 @@ def run(self):
"treelib>=1.5.5",
"inflect>=2.1.0",
"humanize>=0.5.1",
"PyYAML==5.1.2", # Compatibility with awscli requiring (< 5.2)
"PyYAML>=5.1.2,<5.2", # Compatibility with awscli
"ruamel.yaml>=0.16.1",
"funcy>=1.14",
"pathspec>=0.6.0",
Expand Down

0 comments on commit 2237ab6

Please sign in to comment.