From a94bf2d04e77a336dfdf4045da98af48dcc47efe Mon Sep 17 00:00:00 2001 From: Andrei Ismail Date: Sun, 21 Jun 2015 10:38:09 +0200 Subject: [PATCH] #292 Re-ordering required Python packages by name --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 592c34ed3..b6381fac9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -nose==1.3.6 docker-compose==1.1.0 -requests==2.4.3 -MySQL-python==1.2.5 \ No newline at end of file +MySQL-python==1.2.5 +nose==1.3.6 +requests==2.4.3 \ No newline at end of file