2020-11-18
- Fix issue occuring when there are no 'dev' dependencies in the 'lockfile'
2020-11-16
- Fix some compatibility issues for Python 3.5
2020-11-09
- Fix issue with unwarranted exceptions for unsupported locked dependencies.
2020-11-08
- Add support for Python 3.9
- Fix issue with type hints that would cause failures on Python interpreters where from __future__ import annotations is not available (Python < 3.7).
2020-10-19
- Add support for URL dependencies in lockfile
2020-10-13
- Rename setting
add_poetry_dev_dependencies
topoetry_add_dev_dependencies
. - Add the
poetry_experimental_add_locked_dependencies
setting to let Tox add Poetry's locked dependencies from Poetry's lockfile (experimental feature). - Remove the PEP 396
__version__
. This also allows getting rid of the dependency on importlib-metadata`.
2020-10-06
- Add the
poetry_experimental_no_virtual_env
setting to allow skipping the creation of the virtual environment (experimental feature)
2020-09-28
- Allow download from alternative repositories (without authentication) for pip via environment variables
2020-09-17
- Fix a small issue that blocked the usage under Python 3.5
- Make the dependencies mandatory
2020-09-11
- Initial implementation