Chromium Code Reviews| Index: pkg/http/pubspec.yaml |
| diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml |
| index 66cd21a2c17e68d063b50b043bee36c1e57870b7..e275dd6678e0343a0e01c587e64621702069c4f5 100644 |
| --- a/pkg/http/pubspec.yaml |
| +++ b/pkg/http/pubspec.yaml |
| @@ -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 |