Index: pkg/oauth2/pubspec.yaml |
diff --git a/pkg/oauth2/pubspec.yaml b/pkg/oauth2/pubspec.yaml |
index ae3d11df8f6223028281d3d3d9dd1853cb4f4ce0..f531f467e9c38667641db5e4f501e82b09254a64 100644 |
--- a/pkg/oauth2/pubspec.yaml |
+++ b/pkg/oauth2/pubspec.yaml |
@@ -6,7 +6,6 @@ description: > |
behalf of a user, and making authorized HTTP requests with the user's |
OAuth2 credentials. |
dependencies: |
- unittest: |
- sdk: unittest |
- http: |
- sdk: http |
+ http: any |
+dev_dependencies: |
+ unittest: any |