Skip to content

Commit

Permalink
Fix: Syntax error fix for jeepney
Browse files Browse the repository at this point in the history
The previous syntax for specifying  jeepney was not compatible with pip
  • Loading branch information
datawhores authored Nov 15, 2024
1 parent b6052f7 commit 95445fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ arrow = "^1.3.0"
apprise = "^1.9.0"
lz4 = "^4.3.3"
pycryptodomex = "^3.21.0"
jeepney = {version = "^0.8.0", extras = ["python_version", ">=", "\"3.7\"", "and", "(\"bsd\"", "in", "sys_platform", "or", "sys_platform", "==", "\"linux\")"]}
jeepney = [{platform = "linux", version = "^0.8.0"},{platform = "bsd", version = "^0.8.0"}]

[tool.poetry.scripts]
cyberdrop-dl = "cyberdrop_dl.main:main"
Expand Down

0 comments on commit 95445fd

Please sign in to comment.