Skip to content

Commit

Permalink
Set fixed pip version compatible with pip-tools 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fdemmer committed Oct 5, 2018
1 parent f076c4b commit 70ebc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/tasks/20-django/20-update_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
name={{ item }}
state=latest
with_items:
- "pip>=9.0.1"
- "pip-tools>=1.9.0"
- "pip==18.0"
- "pip-tools~=3.0.0"
when: use_pip_compile

- name: recompile requirements input
Expand Down

0 comments on commit 70ebc2a

Please sign in to comment.