- Fix for prior release that was using ``shell=True`` without the proper command, launch subprocess without ``shell=True``. `353 <https://github.com/sarugaku/requirementslib/issues/353>`_
2.2.1
==================================
2.2.0
==================================
2.1.0
==================================
Features --------
- Support for named package categories in Pipfile and Pipfile.lock beyond the default and develop categories. `345 <https://github.com/sarugaku/requirementslib/issues/345>`_
2.0.3
==================================
Bug Fixes ---------
- Fix non-deterministic markers by removing ``lru_cache`` usage from ``markers.py``. `344 <https://github.com/sarugaku/requirementslib/issues/344>`_
2.0.2
==================================
Bug Fixes ---------
- Rely on ``packaging`` and ``pkg_resources`` internal to ``pip``. `343 <https://github.com/sarugaku/requirementslib/issues/343>`_