mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Update environment marker
This commit is contained in:
parent
2e1c79ed2a
commit
9a32631191
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -59,7 +59,7 @@ install_requires = [
|
|||
# So this dependency is not added for old Linux distributions with old setuptools,
|
||||
# in order to allow these systems to build certbot from sources.
|
||||
if StrictVersion(setuptools_version) >= StrictVersion('36.2'):
|
||||
install_requires.append('pywin32 ; sys.platform == \'win32\'')
|
||||
install_requires.append('pywin32 ; sys_platform == \'win32\'')
|
||||
|
||||
dev_extras = [
|
||||
'astroid==1.6.5',
|
||||
|
|
|
|||
Loading…
Reference in a new issue