From edb55f7f8f95f7fc2bd0d36e21e8c84844fe5518 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 2 Dec 2013 13:38:45 -0600 Subject: [PATCH] Previous ordering seemed weird. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98d1add7..420d90ab 100644 --- a/setup.py +++ b/setup.py @@ -41,8 +41,8 @@ try: include_package_data = True, # scripts and dependencies install_requires=[ - 'python-dateutil', 'setuptools', + 'python-dateutil', 'PasteScript', 'wtforms', 'py-bcrypt',