deps
This commit is contained in:
parent
0a1b6937dc
commit
af26bbe9fe
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
|
import 'dart:convert';
|
||||||
import 'package:angel_framework/angel_framework.dart';
|
import 'package:angel_framework/angel_framework.dart';
|
||||||
import 'package:dart2_constant/convert.dart';
|
|
||||||
import 'exception.dart';
|
import 'exception.dart';
|
||||||
import 'response.dart';
|
import 'response.dart';
|
||||||
import 'token_type.dart';
|
import 'token_type.dart';
|
||||||
|
|
|
@ -9,7 +9,9 @@ dependencies:
|
||||||
angel_framework: ^2.0.0-alpha
|
angel_framework: ^2.0.0-alpha
|
||||||
angel_http_exception: ^1.0.0
|
angel_http_exception: ^1.0.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
angel_validate: ^2.0.0-alpha
|
||||||
angel_test: ^2.0.0-alpha
|
angel_test: ^2.0.0-alpha
|
||||||
|
logging:
|
||||||
oauth2: ^1.0.0
|
oauth2: ^1.0.0
|
||||||
test: ^1.0.0
|
test: ^1.0.0
|
||||||
uuid: ^1.0.0
|
uuid: ^1.0.0
|
||||||
|
|
Loading…
Reference in a new issue