Releases: bndr/pipreqs
Releases · bndr/pipreqs
v0.5.0 - finally jupyter support!
This release:
- adds .pyw and jupyter notebook support
- forces default file encoding to utf-8
- bumps python support versions
- migrates packaging system to poetry
- increased test coverage
Huge thanks to "my" team for all of their work in this release, this was mostly their code:
@fredgrub
@mateuslatrova
@willianrocha
@daherati
@Fernando-crz
@rafael-om
v0.4.13
What's Changed
- Update mapping for python-slugify by @bskiefer in #354
- Update mapping socketio to python-socketio by @hansvana in #349
- Add mapping for python-constraint by @Alexander-Wilms in #343
- Mitigation for dependency confusion in pipreqs by @adeadfed in #364
- enh: include airflow mapping by @mmngreco in #335
- Mapping Telegram to python-telegram-bot by @Marocco2 in #304
New Contributors
- @bskiefer made their first contribution in #354
- @hansvana made their first contribution in #349
- @Alexander-Wilms made their first contribution in #343
- @adeadfed made their first contribution in #364
- @mmngreco made their first contribution in #335
- @Marocco2 made their first contribution in #304
Full Changelog: v0.4.12...v0.4.13
v0.4.12
I've noticed the PyPi package was not updated in a long time, so I created a new released with the latest changes from last 2 years or so.
Thank you everyone who contributed.
What's Changed
New Contributors
Full Changelog: v0.4.10...v0.4.12
v0.4.11
- added => and ~= support through the "mode" option
- mapping updates, small bug fixes and increased test coverage