Skip to content

Commit

Permalink
remove moto dependency from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kouk committed Feb 26, 2014
1 parent 0c60b08 commit fd02b0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions master/setup.py
Expand Up @@ -221,8 +221,7 @@ def make_release_tree(self, base_dir, files):
'python-dateutil==1.5',
]
setup_args['tests_require'] = [
'mock',
'moto'
'mock'
]
# Python-2.6 and up includes json
if not py_26:
Expand Down

0 comments on commit fd02b0d

Please sign in to comment.