Added
- Added support for url dependencies (#1260).
- Publishing to PyPI using API tokens is now supported (#1275).
- Licenses can now be identified by their full name.
- Settings can now be specified with environment variables.
Changed
- Removed the
--develop
option from theinstall
command. - Settings no longer need to bre prefixed by
settings.
when using theconfig
command.
Fixed
- Fixed installing Poetry-based packages breaking with
pip
. - Fixed packages with empty markers being added to the lock file.