From 0a3fbdd532db5f57170c5a60461eeb83f8efb9b2 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 29 Jul 2016 23:17:54 +0300 Subject: [PATCH] Require argparse for python 2.6 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index e0fc4e7..e1a553d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ --find-links=http://phdru.name/Software/Python/ --install-option="--compile" +argparse; python_version == '2.6' sqlparse -- 2.39.2