From 14c50fd42cf6e0785a0ce1b55e30bb82d6c83037 Mon Sep 17 00:00:00 2001 From: Longgeek Date: Tue, 1 Jul 2014 00:40:51 +0800 Subject: [PATCH] Update the requirements file Add the argparse module to requirements. Match Global requirements. Change-Id: I53a205e9636e57e04145d24333764fe1bed6d968 --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a72cd4f..a92d36d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,11 @@ alembic>=0.4.1 +argparse Babel>=1.3 iso8601>=0.1.9 -oslo.config>=1.2.0 +oslo.config>=1.2.1 pecan>=0.4.5 pbr>=0.6,<1.0 pycrypto>=2.6 -six>=1.5.2 -SQLAlchemy>=0.7.8,<=0.9.99 +six>=1.7.0 +SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99 WSME>=0.6