Skip to content

Commit

Permalink
Merge pull request #2 from gerddoliwa/patch-1
Browse files Browse the repository at this point in the history
Pin boto version to workaround moto issue
  • Loading branch information
pluralistix committed Aug 27, 2018
2 parents 1da07fa + 0461eee commit 257859f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def set_properties(project):
project.depends_on("moto")
project.depends_on("yamlreader")
project.depends_on("pyyaml")
project.depends_on("boto3")
# pin version to workaround https://github.com/spulec/moto/issues/1793
project.depends_on("boto3==1.7.80")
project.depends_on("docopt")
project.depends_on("six")
project.depends_on("python-dateutil<2.7.0")
Expand Down

0 comments on commit 257859f

Please sign in to comment.