Skip to content

Commit

Permalink
bump http-parser requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Aug 30, 2013
1 parent a51a23c commit 56f22bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1 +1 @@
http-parser>=0.8.1
http-parser>=0.8.3
2 changes: 1 addition & 1 deletion requirements_dev.txt
@@ -1,4 +1,4 @@
http-parser>=0.8.1
http-parser>=0.8.3
nose
webob
sphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -64,7 +64,7 @@ def main():
'couchdb_proxy = restkit.contrib.wsgi_proxy:make_couchdb_proxy',
]},
install_requires = [
'http-parser>=0.8.1',
'http-parser>=0.8.3',
'socketpool>=0.5.0'],
test_suite = 'nose.collector'
)
Expand Down

0 comments on commit 56f22bd

Please sign in to comment.