Index: pubspec.yaml |
diff --git a/pubspec.yaml b/pubspec.yaml |
index cd2c8e9d05bb2c7e1c10adfc3cfa76408782e2cc..6472a0965034f9e565adf06e60eb2e48c3c99e63 100644 |
--- a/pubspec.yaml |
+++ b/pubspec.yaml |
@@ -7,10 +7,15 @@ environment: |
sdk: '>=1.8.0 <2.0.0' |
dependencies: |
args: '^0.12.1' |
- matcher: '^0.12.0-alpha.0' |
+ http_parser: '^0.0.2' |
pool: '^1.0.0' |
shelf: '^0.5.3' |
+ shelf_static: '^0.2.0' |
shelf_web_socket: '^0.0.1' |
stack_trace: '^1.2.0' |
+ |
+ # Use a tight version constraint to ensure that a constraint on unittest |
+ # properly constraints all features it provides. |
+ matcher: '^0.12.0-alpha.0' |
dev_dependencies: |
fake_async: '^0.1.2' |