From 5b20bf70189da904ebcbd2af0d437dfc4527d2c2 Mon Sep 17 00:00:00 2001 From: Idan Yael Date: Sat, 14 Oct 2023 01:02:47 +0300 Subject: [PATCH] add local ibapi package --- poetry.lock | 15 ++++++++++++++- pyproject.toml | 1 + 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 52472ba..b894099 100644 --- a/poetry.lock +++ b/poetry.lock @@ -503,6 +503,19 @@ files = [ [package.dependencies] idna = ">=2.5" +[[package]] +name = "ibapi" +version = "9.76.1" +description = "Python IB API" +optional = false +python-versions = "*" +files = [] +develop = false + +[package.source] +type = "directory" +url = "libs/ib_client" + [[package]] name = "idna" version = "3.4" @@ -1637,4 +1650,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6f5b2e8f7fe18e03409e12a1cb63ba4eab10e95436a0bda11081b431802e04b7" +content-hash = "3b895c063d4ccf9721baed447926ed40cc1b9a4661c26e1cb4ea21d077ab7870" diff --git a/pyproject.toml b/pyproject.toml index 2588064..a74cb62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ typer = { version = "0.7.0", extras = ["all"] } coverage = "7.3.2" binance-connector = "1.18.0" python-dotenv = "0.21.0" +ibapi = {path = "libs/ib_client"} [build-system] requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]