forked from wesleym/tacit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (23 loc) · 704 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (23 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: tacit
description: A command-line tool for the Lambda Cloud API and the Lambda Inference API.
version: 2.0.1
repository: https://github.com/wesleym/tacit
publish_to: none
environment:
sdk: ^3.6.0
dependencies:
# This accursed fork is necessary to avoid pulling in Flutter as a dep and
# `print`-ing directly to stdout.
flutter_client_sse:
git: https://github.com/wesleym/flutter_client_sse.git
lambda_cloud_dart_sdk:
git: https://github.com/wesleym/lambda-cloud-dart-sdk.git
openapi_generator_annotations: ^6.1.0
args: ^2.6.0
colorize: ^3.0.0
dart_console: ^4.1.2
dev_dependencies:
build_runner: ^2.4.13
lints: ^5.0.0
openapi_generator: ^6.1.0
test: ^1.24.0