2018-09-04 20:04:53 +00:00
|
|
|
name: angel_production
|
2021-05-01 02:03:46 +00:00
|
|
|
version: 3.0.0
|
2018-09-04 20:13:22 +00:00
|
|
|
description: Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel.
|
2021-05-02 04:12:43 +00:00
|
|
|
homepage: https://github.com/dukefirehawk/angel
|
2021-03-08 13:00:51 +00:00
|
|
|
publish_to: none
|
2018-09-04 20:13:22 +00:00
|
|
|
environment:
|
2021-05-01 02:03:46 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2018-09-04 20:04:53 +00:00
|
|
|
dependencies:
|
2021-03-08 13:00:51 +00:00
|
|
|
angel_container:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
2021-05-01 02:03:46 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-08 13:00:51 +00:00
|
|
|
path: packages/container/angel_container
|
|
|
|
angel_framework:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
2021-05-01 02:03:46 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-08 13:00:51 +00:00
|
|
|
path: packages/framework
|
|
|
|
pub_sub:
|
|
|
|
git:
|
|
|
|
url: https://github.com/dukefirehawk/angel.git
|
2021-05-01 02:03:46 +00:00
|
|
|
ref: sdk-2.12.x_nnbd
|
2021-03-08 13:00:51 +00:00
|
|
|
path: packages/pub_sub
|
2021-05-01 02:03:46 +00:00
|
|
|
args: ^2.1.0
|
|
|
|
io: ^1.0.0
|
|
|
|
logging: ^1.0.1
|
2019-04-28 17:09:44 +00:00
|
|
|
dev_dependencies:
|
2021-05-01 02:03:46 +00:00
|
|
|
pedantic: ^1.11.0
|