mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Sort setup install_requires
Conflicts: setup.py
This commit is contained in:
@@ -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': [
|
||||
|
||||
Reference in New Issue
Block a user