- Fixed a bug while installing a package (updating jetzt_metadata.json). The bug occured e.g. with jupyterlab which also installs jupyterlab-server as a dependency. Thus, the package name failed to resolve while validating installation. - Tweaked README.
0.6.3
Added
Changed
Removed
Fixed
- Python dependencies with "-" in package name, such as `python-dateutil` now works in installs and removes.
0.6.2
Added
Changed
Removed
Fixed
- Improved terminal color handling on Linux (tested on Fedora 29 and Ubuntu 18.04).
0.6.1
Added
Changed
Removed
Fixed
- Fixed a bug in `jetzt --reinstall`. The dependency version is now pinned temporarily for installation.
0.6.0
Added
- Added ability to reinstall all dependencies (excluding editable), with `jetzt --reinstall`.
Changed
Removed
Fixed
0.5.0
Added
- Added ability to remove dependencies, with `jetzt --remove`. - Added ability to generate standard `requirements.txt` and `requirements-dev.txt` based on `jetzt_metadata.json`, with `jetzt --create-requirements`.