Chromium Code Reviews| Index: pkg/http/pubspec.yaml |
| diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml |
| index d41e64ad2095b954e1ebdb518707ab17ec9be0e9..66cd21a2c17e68d063b50b043bee36c1e57870b7 100644 |
| --- a/pkg/http/pubspec.yaml |
| +++ b/pkg/http/pubspec.yaml |
| @@ -2,6 +2,5 @@ name: http |
| author: "Dart Team <misc@dartlang.org>" |
| homepage: http://www.dartlang.org |
| description: A composable, Future-based API for making HTTP requests. |
| -dependencies: |
| - unittest: |
| - sdk: unittest |
| +dev_dependencies: |
| + unittest: any |