From: Oleg Broytman Date: Fri, 29 Jul 2016 20:17:54 +0000 (+0300) Subject: Require argparse for python 2.6 X-Git-Tag: 0.0.1~49 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=0a3fbdd532db5f57170c5a60461eeb83f8efb9b2 Require argparse for python 2.6 --- 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