Skip to content

Commit

Permalink
Merge pull request #12 from tomekwojcik/master
Browse files Browse the repository at this point in the history
Added argparse to install_requires
  • Loading branch information
jkbrzt committed Mar 1, 2012
2 parents ed3a491 + d768959 commit 5cd4091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,4 +9,4 @@
license=httpie.__licence__,
packages=['httpie'],
entry_points={'console_scripts': ['http = httpie.httpie:main']},
install_requires=['requests>=0.10.4', 'Pygments>=1.4'])
install_requires=['requests>=0.10.4', 'Pygments>=1.4', 'argparse>=1.2.1'])

0 comments on commit 5cd4091

Please sign in to comment.