Skip to content

Commit

Permalink
fix:loose selenium dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
张白驹 committed Dec 18, 2023
1 parent ab5fe74 commit e822dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "synology_drive_api"
version = "1.0.14"
version = "1.0.15"
description = "synology drive api python wrapper"
authors = ["zbjdonald <[email protected]>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ keywords = ["synology", "synology-drive"]
python = "^3.7"
requests = "^2.22.0"
simplejson = "^3.17.0"
selenium = "^3.141.0"
selenium = "*"
optionaldict = "^0.1.1"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit e822dcc

Please sign in to comment.