Skip to content

Commit

Permalink
Add setup.py feature to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
myw committed Apr 9, 2017
1 parent 18e78e8 commit d2d896c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Added a `--max-rounds` argument to the pip-compile command to allow for solving large requirement sets ([#472](https://github.com/jazzband/pip-tools/pull/472))
- Exclude unsafe packages' dependencies when `--allow-unsafe` is not in use (#445)
- Exclude irrelevant pip constraints ([#471](https://github.com/jazzband/pip-tools/pull/471))
- Added ability to read requirements from `setup.py` instead of just `requirements.in` (#418).

# 1.8.2

Expand Down Expand Up @@ -96,8 +97,8 @@ Minor changes:

# 1.5

- Add support for pip>=8
- Drop support for pip<7
- Add support for pip >= 8
- Drop support for pip < 7
- Fix bug where `pip-sync` fails to uninstall packages if you're using the
`--no-index` (or other) flags

Expand Down

0 comments on commit d2d896c

Please sign in to comment.