2022-03-07 03:51:25 +00:00
|
|
|
[tool.poetry]
|
2022-03-07 04:06:16 +00:00
|
|
|
name = "bbgo"
|
2022-05-16 04:29:09 +00:00
|
|
|
version = "0.1.9"
|
2022-03-07 03:51:25 +00:00
|
|
|
description = ""
|
2022-03-07 04:06:16 +00:00
|
|
|
authors = ["なるみ <weaper@gmail.com>"]
|
2022-04-09 18:00:01 +00:00
|
|
|
packages = [
|
|
|
|
{ include = "bbgo" },
|
|
|
|
{ include = "bbgo_pb2.py" },
|
|
|
|
{ include = "bbgo_pb2_grpc.py" },
|
|
|
|
]
|
2022-03-07 03:51:25 +00:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.8"
|
|
|
|
click = "^8.0.4"
|
|
|
|
loguru = "^0.6.0"
|
|
|
|
grpcio = "^1.44.0"
|
|
|
|
grpcio-tools = "^1.44.0"
|
2022-03-07 04:06:16 +00:00
|
|
|
flake8 = "^4.0.1"
|
2022-03-07 03:51:25 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2022-03-07 04:06:16 +00:00
|
|
|
pytest = "^7.0.1"
|
2022-03-07 03:51:25 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|