2019-02-13 12:57:06 +00:00
|
|
|
name: angel_orm_test
|
|
|
|
publish_to: none
|
2019-08-17 22:47:42 +00:00
|
|
|
description: Common tests for Angel ORM backends.
|
2019-02-14 18:36:53 +00:00
|
|
|
environment:
|
|
|
|
sdk: ">=2.0.0 <3.0.0"
|
2019-02-13 12:57:06 +00:00
|
|
|
dependencies:
|
2019-08-17 22:47:42 +00:00
|
|
|
angel_migration:
|
|
|
|
path: ../angel_migration
|
2019-02-13 13:07:16 +00:00
|
|
|
angel_model: ^1.0.0
|
2019-08-17 22:47:42 +00:00
|
|
|
angel_orm: ^2.0.0
|
2019-02-14 19:23:37 +00:00
|
|
|
angel_serialize: ^2.0.0
|
2019-02-13 13:07:16 +00:00
|
|
|
test: ^1.0.0
|
|
|
|
dev_dependencies:
|
|
|
|
angel_orm_generator:
|
|
|
|
path: ../angel_orm_generator
|
2019-08-17 22:47:42 +00:00
|
|
|
angel_framework: ^2.0.0
|
|
|
|
build_runner: ^1.0.0
|
|
|
|
dependency_overrides:
|
|
|
|
angel_orm:
|
|
|
|
path: ../angel_orm
|