Chromium Code Reviews| Index: pkg/appengine/test/dart-python--datastore-compatibility/dart/pubspec.yaml |
| diff --git a/pkg/appengine/test/dart-python--datastore-compatibility/dart/pubspec.yaml b/pkg/appengine/test/dart-python--datastore-compatibility/dart/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0fdc43f77f0974aad35b9c6569b1c2748266e50c |
| --- /dev/null |
| +++ b/pkg/appengine/test/dart-python--datastore-compatibility/dart/pubspec.yaml |
| @@ -0,0 +1,8 @@ |
| +name: python_dart_interop_test |
| +version: 0.1.0 |
| +description: A python<->dart interop test for datastore. |
| +dependencies: |
| + appengine: any |
| + gcloud: any |
| +dev_dependencies: |
| + unittest: any |