From: Christopher Allan Webber Date: Mon, 2 Dec 2013 19:38:45 +0000 (-0600) Subject: Previous ordering seemed weird. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=edb55f7f8f95f7fc2bd0d36e21e8c84844fe5518;p=mediagoblin.git Previous ordering seemed weird. --- 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',