diff options
author | Christian Franke <nobody@nowhere.ws> | 2012-01-23 21:55:35 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2012-01-23 21:55:35 +0100 |
commit | c3825ad49377127291405f01a373b474d662d956 (patch) | |
tree | 8299fcdb7ff03fda358a9fd4a49d9b4989bb3002 | |
parent | cfab2cec623f6b277fb562b06b9ce9d8c6d68bbb (diff) |
Add argparse as requirement
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 54ef3ae..8b97a92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ redis==2.4.10 django-redisession==0.2 sorl-thumbnail==11.12 django-flatblocks==0.6.0 +argparse==1.2.1 |