Skip to content

Commit

Permalink
remove direct dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
jblance authored Jul 9, 2024
1 parent 7d18ab7 commit 42158c6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ bluepy = { version = "^1.3.0", optional = true }
pymongo = { version = ">=4.6.1", optional = true }
psycopg2-binary = { version = ">=2.9.9", optional = true }
pymodbus = { version = ">=3.6.1", optional = true }
cysystemd = [
{ optional = true, url = "https://github.com/mosquito/cysystemd/releases/download/1.6.2/cysystemd-1.6.2-cp311-cp311-manylinux_2_28_aarch64.whl", markers = "platform_machine == 'aarch64'"},
{ optional = true, url = "https://github.com/mosquito/cysystemd/releases/download/1.6.2/cysystemd-1.6.2-cp311-cp311-manylinux_2_28_x86_64.whl", markers = "platform_machine == 'x86_64'" },
]
#cysystemd = [
# { optional = true, url = "https://github.com/mosquito/cysystemd/releases/download/1.6.2/cysystemd-1.6.2-cp311-cp311-manylinux_2_28_aarch64.whl", markers = "platform_machine == 'aarch64'"},
# { optional = true, url = "https://github.com/mosquito/cysystemd/releases/download/1.6.2/cysystemd-1.6.2-cp311-cp311-manylinux_2_28_x86_64.whl", markers = "platform_machine == 'x86_64'" },
#]
cysystemd = { version = "^1.6.2", optional = true }

[tool.poetry.extras]
ble = ["bluepy"]
Expand Down

0 comments on commit 42158c6

Please sign in to comment.