CHANGELOG.md: Add notes about pipenv

This commit is contained in:
Alan Orth 2018-11-14 09:36:13 +02:00
parent 8de8c2765f
commit 18276e910f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## Changed
- README.md to recommend using vanilla Python virtual environments and pip instead of pipenv
- Regenerate pipenv environment to capture only direct dependencies
## Added
- `requirements-dev.txt` for installing development packages with pip