mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Sort setup install_requires
Conflicts: setup.py
This commit is contained in:
parent
c843a9681f
commit
ea3804efb7
1 changed files with 5 additions and 5 deletions
10
setup.py
10
setup.py
|
|
@ -72,13 +72,13 @@ setup(
|
|||
install_requires=[
|
||||
#'dialog',
|
||||
'requests',
|
||||
'protobuf',
|
||||
#'python-augeas',
|
||||
'pycrypto',
|
||||
'M2Crypto',
|
||||
'python2-pythondialog',
|
||||
'jose',
|
||||
'jsonschema',
|
||||
'M2Crypto',
|
||||
'protobuf',
|
||||
'pycrypto',
|
||||
#'python-augeas',
|
||||
'python2-pythondialog',
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Reference in a new issue