on the setup.py requires = [ 'awscli>=1.16.100' # need a "," here 'boto3>=1.9.100', 'botocore', 'libtools>=0.2.5', 'distro>=1.4.0' ]
on the setup.py
requires = [
'awscli>=1.16.100' # need a "," here
'boto3>=1.9.100',
'botocore',
'libtools>=0.2.5',
'distro>=1.4.0'
]