Merge lp:~matiasb/click-toolbelt/tweak-requirements into lp:click-toolbelt

Proposed by Matias Bordese
Status: Merged
Approved by: Matias Bordese
Approved revision: 36
Merged at revision: 35
Proposed branch: lp:~matiasb/click-toolbelt/tweak-requirements
Merge into: lp:click-toolbelt
Diff against target: 18 lines (+7/-7)
1 file modified
requirements.txt (+7/-7)
To merge this branch: bzr merge lp:~matiasb/click-toolbelt/tweak-requirements
Reviewer Review Type Date Requested Status
Ricardo Kirkner (community) Approve
Review via email: mp+275334@code.launchpad.net

Commit message

Updated requirements to pin dependencies version.

Description of the change

12:42:25 O: Downloading/unpacking mock (from -r requirements.txt (line 6))
12:42:26 O: Running setup.py egg_info for package mock
12:42:26 O: mock requires setuptools>=17.1. Aborting installation
12:42:26 O: Complete output from command python setup.py egg_info:
12:42:26 O: mock requires setuptools>=17.1. Aborting installation

To post a comment you must log in.
Revision history for this message
Ricardo Kirkner (ricardokirkner) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'requirements.txt'
2--- requirements.txt 2014-02-21 16:31:24 +0000
3+++ requirements.txt 2015-10-22 13:10:00 +0000
4@@ -1,7 +1,7 @@
5-cliff
6-pyxdg
7-requests
8-requests-oauthlib
9-ssoclient
10-mock
11-coverage
12+cliff==1.15.0
13+coverage==4.0.1
14+mock==1.0.1
15+pyxdg==0.25
16+requests==2.8.1
17+requests-oauthlib==0.5.0
18+ssoclient==2.1

Subscribers

People subscribed via source and target branches