Previous ordering seemed weird.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 2 Dec 2013 19:38:45 +0000 (13:38 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 2 Dec 2013 19:38:45 +0000 (13:38 -0600)
setup.py

index 98d1add751c33daa05842cc17e5bcff2eb7b7d4a..420d90ab6a398674f359f42e4699b95dd396d002 100644 (file)
--- 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',