Skip to content

Commit

Permalink
Add simple json
Browse files Browse the repository at this point in the history
  • Loading branch information
dstuebe committed Jun 12, 2015
1 parent 52249aa commit 15ca206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# For python2.6 we have to require argparse since it
# was not in stdlib until 2.7.
requires.append('argparse>=1.1')

requires.append('simplejson')

setup_options = dict(
name='awscli',
Expand All @@ -36,6 +36,7 @@
extras_require={
':python_version=="2.6"': [
'argparse>=1.1',
'simplejson'
]
},
license="Apache License 2.0",
Expand Down

0 comments on commit 15ca206

Please sign in to comment.