Skip to content

Commit

Permalink
Sort requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Jan 30, 2016
1 parent 8a3e188 commit 0106906
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

install_requires = [
'agate>=1.2.0',
'xlrd>=0.7.1',
'sqlalchemy>=0.6.6',
'dbf>=0.96.005',
'openpyxl==2.2.6',
'six>=1.6.1',
'python-dateutil==2.2',
'dbf>=0.96.005'
'six>=1.6.1',
'sqlalchemy>=0.6.6',
'xlrd>=0.7.1',
]

if sys.version_info < (2, 7):
Expand Down

0 comments on commit 0106906

Please sign in to comment.