mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Order imports alphabetically
This commit is contained in:
parent
51f17115c6
commit
85dc829d9f
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -52,13 +52,13 @@ if sys.version_info < (2, 7):
|
|||
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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue