Add a dependency on pathos from http.

BUG=9399

Review URL: https://codereview.chromium.org//12703016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20473 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
nweiz@google.com 2013-03-25 19:41:05 +00:00
parent b0b06c4ee4
commit fb5790f273

View file

@ -2,5 +2,7 @@ name: http
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: A composable, Future-based API for making HTTP requests.
dependencies:
pathos: any
dev_dependencies:
unittest: any