Skip to content

Commit

Permalink
Order imports alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 3, 2015
1 parent 51f1711 commit 85dc829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ def read_file(filename, encoding='utf8'):
install_requires.extend([
# only some distros recognize stdlib argparse as already satisfying
'argparse',
'mock<1.1.0',
'ConfigArgParse>=0.10.0', # python2.6 support, upstream #17
'mock<1.1.0',
])
else:
install_requires.extend([
'mock',
'ConfigArgParse',
'mock',
])

dev_extras = [
Expand Down

0 comments on commit 85dc829

Please sign in to comment.