From dc2e7aa9ed143007a963a33dbb8e8efd79cc42ef Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 19 Jun 2012 21:50:10 -0700 Subject: Add dependency on argparse. --- Requires | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Requires') diff --git a/Requires b/Requires index e2ec8ff7..5a350900 100644 --- a/Requires +++ b/Requires @@ -23,3 +23,5 @@ configobj>=4.6 # All new style configurations are in the yaml format pyyaml>=3.0 +# The new main entrypoint uses argparse instead of optparse +argparse>=1.1 -- cgit v1.2.3