Skip to content

Commit

Permalink
Pin pip and pip-tools due to compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fdemmer committed Jan 24, 2019
1 parent f43ed88 commit 6547055
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 @@ -15,8 +15,8 @@
name: "{{ packages }}"
vars:
packages:
- "pip>=18.0"
- "pip-tools>=3.0.0"
- "pip~=18.0"
- "pip-tools~=3.2.0"
when: use_pip_compile

- name: recompile requirements input
Expand Down

0 comments on commit 6547055

Please sign in to comment.