Skip to content

Commit

Permalink
bump socketpoool requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Aug 30, 2013
1 parent 4ab5e51 commit 2d1eb38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
http-parser>=0.8.3
socketpool>=0.5.3
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
http-parser>=0.8.3
socketpool>=0.5.3
nose
webob
sphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main():
]},
install_requires = [
'http-parser>=0.8.3',
'socketpool>=0.5.0'],
'socketpool>=0.5.3'],
test_suite = 'nose.collector'
)

Expand Down

0 comments on commit 2d1eb38

Please sign in to comment.