Skip to content

Commit

Permalink
SCM: update required Python lib
Browse files Browse the repository at this point in the history
  • Loading branch information
akun committed May 27, 2015
1 parent 46d67fa commit 5230df5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
'prospector==0.10.1',
],
'test': [
'httpretty==0.8.0',
'httpretty==0.8.10',
'coverage==3.7.1',
'coveralls==0.4.2',
'python-coveralls==2.4.2',
'nose==1.3.0',
'coveralls==0.5',
'python-coveralls==2.5.0',
'nose==1.3.6',
],
'docs': [
'Sphinx==1.2.2',
'Sphinx==1.3.1',
],
},
test_suite='nose.collector',
Expand Down

0 comments on commit 5230df5

Please sign in to comment.