This version brings some improvements and a bunch of bugfixes. New Features Support for Python 2.7 After adding support for Python 3.4 and 3.5 in version 0.7.0, poetry now supports Python 2.7. The decision was made so that Python 2.7 projects can benefit from the advantages that poetry provides. Fallback mechanism for missing dependencies poetry uses the PyPI JSON API to retrieve package information. However, some packages (like boto3 for example) have missing dependency information due to ba...