Description: Do not require argparse for Python 2.7 and above
Author: Julien Danjou <acid@debian.org>

---
Origin: vendor
Forwarded: not-needed
Bug: https://github.com/hyde/hyde/issues/127
Last-Update: 2011-12-20

--- a/setup.py
+++ b/setup.py
@@ -118,7 +118,6 @@
         "https://github.com/hyde/typogrify/tarball/hyde-setup#egg=typogrify-hyde"
       ],
       install_requires=(
-          'argparse',
           'commando',
           'jinja2',
           'pyYAML',
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,3 @@
-argparse
 commando
 PyYAML
 Markdown
