summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Requires2
1 files changed, 2 insertions, 0 deletions
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