mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-17 13:20:57 +00:00
22 lines
712 B
Plaintext
22 lines
712 B
Plaintext
0.2.6:
|
|
- Fix for bash shell invocation.
|
|
- Better support for comments in requirements.txt files.
|
|
- Support for Pipfile's [[source]].
|
|
- Pretty colors for help.
|
|
- Refactors.
|
|
0.2.5:
|
|
- Enhanced terminal resizing.
|
|
- Cleanups from PRs: typos.
|
|
- Better --where output when no Pipfile is present.
|
|
- Fix for Python 3.
|
|
- Rely directly on pexpect.
|
|
0.2.4:
|
|
- Fix for bash shell.
|
|
0.2.3:
|
|
- Support for Fish and Csh shells.
|
|
0.2.1:
|
|
- Trove classifiers.
|
|
0.2.0:
|
|
- Added support for $ pipenv --three / --two, for initializing virtualenvs with a specific Python version.
|
|
- Added support for VCS-backed installs, including editables.
|
|
- TODO: Still need to support non-git-backed VCS installations in Pipfiles. |