Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Lefringhausen committed Oct 16, 2017
1 parent c242500 commit 6c67b19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ def set_properties(project):
project.set_property('cram_run_test_from_target', False)
# Ensure we have assertLogs
project.build_depends_on("unittest2>=0.7")
# needed until moto>=0.4.32 is released
project.build_depends_on('git+https://github.com/spulec/moto.git@master#egg=moto')
project.depends_on("mock")
project.depends_on("moto")
project.depends_on("yamlreader")
project.depends_on("pyyaml")
project.depends_on("boto3")
Expand Down

0 comments on commit 6c67b19

Please sign in to comment.