* micropipenv is no longer tested with Python 3.6 and development pip Contribution thanks to frenzymadness
* Support directory-based dependencies Contribution thanks to abompard
* micropipenv warns users if they use Poetry lockfiles and Python version is not checked by micropipenv Contribution thanks to frenzymadness
1.1.3
Added
* Perform method discovery for requirements sub-command as documented Fix thanks to frenzymadness, issue reported by hanjos
1.1.2
Added
* Fix handling Poetry environment markers for direct dependencies 192 Fix thanks to frenzymadness, issue reported by abompard * Fix handling Poetry environment markers for `--no-default` and `--no-dev` options 193 Fix thanks to frenzymadness, issue reported by macarr
1.1.1
Added
* Test with pip<=21.2.4 * Fix Poetry environment markers handling 188 Fix thanks to frenzymadness, issue reported by wjhrdy
1.1.0
Added
* Add resolving enviroment variables in Pipfile URL thanks to Misoslav and frenzymadness * Test with pip<=21.1.2 * Tests are now executed on Windows as well thanks to frenzymadness
1.0.4
Added
* Fix permission error on Windows thanks to Julien Rottenberg (jrottenberg)